Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 696

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>OgreGLPrerequisites.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>OgreGLPrerequisites.h File Reference</h1><code>#include "<a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>"</code><br>
<code>#include &lt;windows.h&gt;</code><br>
<code>#include &lt;wingdi.h&gt;</code><br>
<code>#include &lt;GL/gl.h&gt;</code><br>
<code>#include "glprocs.h"</code><br>
<code>#include &lt;GL/glu.h&gt;</code><br>
<code>#include "GL/glext.h"</code><br>

<p>
<a href="OgreGLPrerequisites_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceOgre.html">Ogre</a></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a0">NOMINMAX</a></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a1">GL_GLEXT_PROTOTYPES</a></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a2">glSecondaryColorPointer</a>&nbsp;&nbsp;&nbsp;glSecondaryColorPointerEXT</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a3">GL_ActiveTextureARB_Func</a> )(GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a5">GL_ClientActiveTextureARB_Func</a> )(GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a7">GL_SecondaryColorPointerEXT_Func</a> )(GLint, GLenum, GLsizei, const GLvoid *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a9">GL_GenBuffersARB_Func</a> )(GLsizei, GLuint *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a11">GL_BindBufferARB_Func</a> )(GLenum, GLuint)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a13">GL_DeleteBuffersARB_Func</a> )(GLsizei, const GLuint *)</td></tr>
<tr><td nowrap align=right valign=top>typedef GLvoid *(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a15">GL_MapBufferARB_Func</a> )(GLenum, GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef GLboolean(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a17">GL_UnmapBufferARB_Func</a> )(GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a19">GL_BufferSubDataARB_Func</a> )(GLenum, GLintptrARB, GLsizeiptrARB, const GLvoid *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a21">GL_BufferDataARB_Func</a> )(GLenum, GLsizeiptrARB, const GLvoid *, GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a23">GL_GetBufferSubDataARB_Func</a> )(GLenum, GLintptrARB, GLsizeiptrARB, GLvoid *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a25">GL_GenProgramsARB_Func</a> )(GLsizei, GLuint *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a27">GL_DeleteProgramsARB_Func</a> )(GLsizei, const GLuint *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a29">GL_BindProgramARB_Func</a> )(GLenum, GLuint)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a31">GL_ProgramStringARB_Func</a> )(GLenum, GLenum, GLsizei, const GLvoid *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a33">GL_ProgramLocalParameter4fvARB_Func</a> )(GLenum, GLuint, const GLfloat *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a35">GL_ProgramParameter4fvNV_Func</a> )(GLenum, GLuint, const GLfloat *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a37">GL_CombinerStageParameterfvNV_Func</a> )(GLenum, GLenum, const GLfloat *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a39">GL_CombinerParameterfvNV_Func</a> )(GLenum, const GLfloat *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a41">GL_CombinerParameteriNV_Func</a> )(GLenum, GLint)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a43">GL_CombinerInputNV_Func</a> )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a45">GL_CombinerOutputNV_Func</a> )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a47">GL_FinalCombinerInputNV_Func</a> )(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a49">GL_GetProgramivARB_Func</a> )(GLenum, GLenum, GLint *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a51">GL_LoadProgramNV_Func</a> )(GLenum, GLuint, GLsizei, const GLubyte *)</td></tr>
<tr><td nowrap align=right valign=top>typedef void(APIENTRY *&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a53">GL_TrackMatrixNV_Func</a> )(GLenum, GLuint, GLenum, GLenum)</td></tr>
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a3">GL_ActiveTextureARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a4">glActiveTextureARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a5">GL_ClientActiveTextureARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a6">glClientActiveTextureARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a7">GL_SecondaryColorPointerEXT_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a8">glSecondaryColorPointerEXT_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a9">GL_GenBuffersARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a10">glGenBuffersARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a11">GL_BindBufferARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a12">glBindBufferARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a13">GL_DeleteBuffersARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a14">glDeleteBuffersARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a15">GL_MapBufferARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a16">glMapBufferARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a17">GL_UnmapBufferARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a18">glUnmapBufferARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a19">GL_BufferSubDataARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a20">glBufferSubDataARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a21">GL_BufferDataARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a22">glBufferDataARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a23">GL_GetBufferSubDataARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a24">glGetBufferSubDataARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a25">GL_GenProgramsARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a26">glGenProgramsARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a27">GL_DeleteProgramsARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a28">glDeleteProgramsARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a29">GL_BindProgramARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a30">glBindProgramARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a31">GL_ProgramStringARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a32">glProgramStringARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a33">GL_ProgramLocalParameter4fvARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a34">glProgramLocalParameter4fvARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a35">GL_ProgramParameter4fvNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a36">glProgramParameter4fvNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a37">GL_CombinerStageParameterfvNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a38">glCombinerStageParameterfvNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a39">GL_CombinerParameterfvNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a40">glCombinerParameterfvNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a41">GL_CombinerParameteriNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a42">glCombinerParameteriNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a43">GL_CombinerInputNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a44">glCombinerInputNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a45">GL_CombinerOutputNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a46">glCombinerOutputNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a47">GL_FinalCombinerInputNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a48">glFinalCombinerInputNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a49">GL_GetProgramivARB_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a50">glGetProgramivARB_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a51">GL_LoadProgramNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a52">glLoadProgramNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="OgreGLPrerequisites_8h.html#a53">GL_TrackMatrixNV_Func</a>&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a54">glTrackMatrixNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top>PFNGLCOMPRESSEDTEXIMAGE2DARBPROC&nbsp;</td><td valign=bottom><a class="el" href="OgreGLPrerequisites_8h.html#a55">glCompressedTexImage2DARB_ptr</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a name="a1" doxytag="OgreGLPrerequisites.h::GL_GLEXT_PROTOTYPES"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define GL_GLEXT_PROTOTYPES
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00035">35</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a2" doxytag="OgreGLPrerequisites.h::glSecondaryColorPointer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define glSecondaryColorPointer&nbsp;&nbsp;&nbsp;glSecondaryColorPointerEXT
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00039">39</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a0" doxytag="OgreGLPrerequisites.h::NOMINMAX"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define NOMINMAX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00031">31</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a name="a3" doxytag="OgreGLPrerequisites.h::GL_ActiveTextureARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_ActiveTextureARB_Func)(GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00059">59</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a11" doxytag="OgreGLPrerequisites.h::GL_BindBufferARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_BindBufferARB_Func)(GLenum, GLuint)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00075">75</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a29" doxytag="OgreGLPrerequisites.h::GL_BindProgramARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_BindProgramARB_Func)(GLenum, GLuint)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00111">111</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a21" doxytag="OgreGLPrerequisites.h::GL_BufferDataARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_BufferDataARB_Func)(GLenum, GLsizeiptrARB, const GLvoid* , GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00095">95</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a19" doxytag="OgreGLPrerequisites.h::GL_BufferSubDataARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_BufferSubDataARB_Func)(GLenum, GLintptrARB, GLsizeiptrARB, const GLvoid*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00091">91</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a5" doxytag="OgreGLPrerequisites.h::GL_ClientActiveTextureARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_ClientActiveTextureARB_Func)(GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00063">63</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a43" doxytag="OgreGLPrerequisites.h::GL_CombinerInputNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_CombinerInputNV_Func)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00139">139</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a45" doxytag="OgreGLPrerequisites.h::GL_CombinerOutputNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_CombinerOutputNV_Func)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00143">143</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a39" doxytag="OgreGLPrerequisites.h::GL_CombinerParameterfvNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_CombinerParameterfvNV_Func)(GLenum, const GLfloat *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00131">131</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a41" doxytag="OgreGLPrerequisites.h::GL_CombinerParameteriNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_CombinerParameteriNV_Func)(GLenum, GLint)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00135">135</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a37" doxytag="OgreGLPrerequisites.h::GL_CombinerStageParameterfvNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_CombinerStageParameterfvNV_Func)(GLenum, GLenum, const GLfloat *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00127">127</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a13" doxytag="OgreGLPrerequisites.h::GL_DeleteBuffersARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_DeleteBuffersARB_Func)(GLsizei, const GLuint*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00079">79</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a27" doxytag="OgreGLPrerequisites.h::GL_DeleteProgramsARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_DeleteProgramsARB_Func)(GLsizei, const GLuint*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00107">107</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a47" doxytag="OgreGLPrerequisites.h::GL_FinalCombinerInputNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_FinalCombinerInputNV_Func)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00148">148</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a9" doxytag="OgreGLPrerequisites.h::GL_GenBuffersARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_GenBuffersARB_Func)(GLsizei, GLuint*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00071">71</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a25" doxytag="OgreGLPrerequisites.h::GL_GenProgramsARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_GenProgramsARB_Func)(GLsizei, GLuint*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00103">103</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a23" doxytag="OgreGLPrerequisites.h::GL_GetBufferSubDataARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_GetBufferSubDataARB_Func)(GLenum, GLintptrARB, GLsizeiptrARB, GLvoid*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00099">99</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a49" doxytag="OgreGLPrerequisites.h::GL_GetProgramivARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_GetProgramivARB_Func)(GLenum, GLenum, GLint *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00153">153</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a51" doxytag="OgreGLPrerequisites.h::GL_LoadProgramNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_LoadProgramNV_Func)(GLenum, GLuint, GLsizei, const GLubyte *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00157">157</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a15" doxytag="OgreGLPrerequisites.h::GL_MapBufferARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef GLvoid*(APIENTRY * GL_MapBufferARB_Func)(GLenum, GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00083">83</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a33" doxytag="OgreGLPrerequisites.h::GL_ProgramLocalParameter4fvARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_ProgramLocalParameter4fvARB_Func)(GLenum, GLuint, const GLfloat *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00119">119</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a35" doxytag="OgreGLPrerequisites.h::GL_ProgramParameter4fvNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_ProgramParameter4fvNV_Func)(GLenum, GLuint, const GLfloat *)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00123">123</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a31" doxytag="OgreGLPrerequisites.h::GL_ProgramStringARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_ProgramStringARB_Func)(GLenum, GLenum, GLsizei, const GLvoid*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00115">115</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a7" doxytag="OgreGLPrerequisites.h::GL_SecondaryColorPointerEXT_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_SecondaryColorPointerEXT_Func)(GLint, GLenum, GLsizei, const GLvoid*)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00067">67</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a53" doxytag="OgreGLPrerequisites.h::GL_TrackMatrixNV_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef void(APIENTRY * GL_TrackMatrixNV_Func)(GLenum, GLuint, GLenum, GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00161">161</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<a name="a17" doxytag="OgreGLPrerequisites.h::GL_UnmapBufferARB_Func"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef GLboolean(APIENTRY * GL_UnmapBufferARB_Func)(GLenum)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00087">87</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.    </td>
  </tr>
</table>
<hr><h2>Variable Documentation</h2>
<a name="a4" doxytag="OgreGLPrerequisites.h::glActiveTextureARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a3">GL_ActiveTextureARB_Func</a> glActiveTextureARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00060">60</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00716">Ogre::GLRenderSystem::_setTexture</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00846">Ogre::GLRenderSystem::_setTextureAddressingMode</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01500">Ogre::GLRenderSystem::_setTextureBlendMode</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00748">Ogre::GLRenderSystem::_setTextureCoordCalculation</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00869">Ogre::GLRenderSystem::_setTextureMatrix</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01429">Ogre::GLRenderSystem::_setTextureUnitFiltering</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a12" doxytag="OgreGLPrerequisites.h::glBindBufferARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a11">GL_BindBufferARB_Func</a> glBindBufferARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00076">76</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01736">Ogre::GLRenderSystem::_render</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareIndexBuffer::GLHardwareIndexBuffer</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareVertexBuffer::GLHardwareVertexBuffer</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareIndexBuffer::lockImpl</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareVertexBuffer::lockImpl</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00132">Ogre::GLHardwareIndexBuffer::readData</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00130">Ogre::GLHardwareVertexBuffer::readData</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00118">Ogre::GLHardwareIndexBuffer::unlockImpl</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00116">Ogre::GLHardwareVertexBuffer::unlockImpl</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a30" doxytag="OgreGLPrerequisites.h::glBindProgramARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a29">GL_BindProgramARB_Func</a> glBindProgramARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00112">112</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00043">Ogre::GLArbGpuProgram::bindProgram</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00085">Ogre::GLArbGpuProgram::loadFromSource</a>(), and <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00049">Ogre::GLArbGpuProgram::unbindProgram</a>().    </td>
  </tr>
</table>
<a name="a22" doxytag="OgreGLPrerequisites.h::glBufferDataARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a21">GL_BufferDataARB_Func</a> glBufferDataARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00096">96</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareIndexBuffer::GLHardwareIndexBuffer</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareVertexBuffer::GLHardwareVertexBuffer</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a20" doxytag="OgreGLPrerequisites.h::glBufferSubDataARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a19">GL_BufferSubDataARB_Func</a> glBufferSubDataARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00092">92</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a6" doxytag="OgreGLPrerequisites.h::glClientActiveTextureARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a5">GL_ClientActiveTextureARB_Func</a> glClientActiveTextureARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00064">64</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01736">Ogre::GLRenderSystem::_render</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a44" doxytag="OgreGLPrerequisites.h::glCombinerInputNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a43">GL_CombinerInputNV_Func</a> glCombinerInputNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00140">140</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a46" doxytag="OgreGLPrerequisites.h::glCombinerOutputNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a45">GL_CombinerOutputNV_Func</a> glCombinerOutputNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00145">145</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a40" doxytag="OgreGLPrerequisites.h::glCombinerParameterfvNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a39">GL_CombinerParameterfvNV_Func</a> glCombinerParameterfvNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00132">132</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a42" doxytag="OgreGLPrerequisites.h::glCombinerParameteriNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a41">GL_CombinerParameteriNV_Func</a> glCombinerParameteriNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00136">136</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a38" doxytag="OgreGLPrerequisites.h::glCombinerStageParameterfvNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a37">GL_CombinerStageParameterfvNV_Func</a> glCombinerStageParameterfvNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00128">128</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLGpuNvparseProgram_8cpp-source.html#l00058">Ogre::GLGpuNvparseProgram::bindProgramParameters</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a55" doxytag="OgreGLPrerequisites.h::glCompressedTexImage2DARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> PFNGLCOMPRESSEDTEXIMAGE2DARBPROC glCompressedTexImage2DARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00165">165</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLTexture_8cpp-source.html#l00372">Ogre::GLTexture::generateMipMaps</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a14" doxytag="OgreGLPrerequisites.h::glDeleteBuffersARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a13">GL_DeleteBuffersARB_Func</a> glDeleteBuffersARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00080">80</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00054">Ogre::GLHardwareIndexBuffer::~GLHardwareIndexBuffer</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00054">Ogre::GLHardwareVertexBuffer::~GLHardwareVertexBuffer</a>().    </td>
  </tr>
</table>
<a name="a28" doxytag="OgreGLPrerequisites.h::glDeleteProgramsARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a27">GL_DeleteProgramsARB_Func</a> glDeleteProgramsARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00108">108</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), and <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00080">Ogre::GLArbGpuProgram::unload</a>().    </td>
  </tr>
</table>
<a name="a48" doxytag="OgreGLPrerequisites.h::glFinalCombinerInputNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a47">GL_FinalCombinerInputNV_Func</a> glFinalCombinerInputNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00150">150</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a10" doxytag="OgreGLPrerequisites.h::glGenBuffersARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a9">GL_GenBuffersARB_Func</a> glGenBuffersARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00072">72</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareIndexBuffer::GLHardwareIndexBuffer</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00032">Ogre::GLHardwareVertexBuffer::GLHardwareVertexBuffer</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a26" doxytag="OgreGLPrerequisites.h::glGenProgramsARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a25">GL_GenProgramsARB_Func</a> glGenProgramsARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00104">104</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00036">Ogre::GLArbGpuProgram::GLArbGpuProgram</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a24" doxytag="OgreGLPrerequisites.h::glGetBufferSubDataARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a23">GL_GetBufferSubDataARB_Func</a> glGetBufferSubDataARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00100">100</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00132">Ogre::GLHardwareIndexBuffer::readData</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00130">Ogre::GLHardwareVertexBuffer::readData</a>().    </td>
  </tr>
</table>
<a name="a50" doxytag="OgreGLPrerequisites.h::glGetProgramivARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a49">GL_GetProgramivARB_Func</a> glGetProgramivARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00154">154</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a52" doxytag="OgreGLPrerequisites.h::glLoadProgramNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a51">GL_LoadProgramNV_Func</a> glLoadProgramNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00158">158</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a16" doxytag="OgreGLPrerequisites.h::glMapBufferARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a15">GL_MapBufferARB_Func</a> glMapBufferARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00084">84</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareIndexBuffer::lockImpl</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareVertexBuffer::lockImpl</a>().    </td>
  </tr>
</table>
<a name="a34" doxytag="OgreGLPrerequisites.h::glProgramLocalParameter4fvARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a33">GL_ProgramLocalParameter4fvARB_Func</a> glProgramLocalParameter4fvARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00120">120</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00055">Ogre::GLArbGpuProgram::bindProgramParameters</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a36" doxytag="OgreGLPrerequisites.h::glProgramParameter4fvNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a35">GL_ProgramParameter4fvNV_Func</a> glProgramParameter4fvNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00124">124</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a32" doxytag="OgreGLPrerequisites.h::glProgramStringARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a31">GL_ProgramStringARB_Func</a> glProgramStringARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00116">116</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), and <a class="el" href="OgreGLGpuProgram_8cpp-source.html#l00085">Ogre::GLArbGpuProgram::loadFromSource</a>().    </td>
  </tr>
</table>
<a name="a8" doxytag="OgreGLPrerequisites.h::glSecondaryColorPointerEXT_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a7">GL_SecondaryColorPointerEXT_Func</a> glSecondaryColorPointerEXT_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00068">68</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01736">Ogre::GLRenderSystem::_render</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a54" doxytag="OgreGLPrerequisites.h::glTrackMatrixNV_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a53">GL_TrackMatrixNV_Func</a> glTrackMatrixNV_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00162">162</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), and <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>().    </td>
  </tr>
</table>
<a name="a18" doxytag="OgreGLPrerequisites.h::glUnmapBufferARB_ptr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="OgreGLPrerequisites_8h.html#a17">GL_UnmapBufferARB_Func</a> glUnmapBufferARB_ptr
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreGLPrerequisites_8h-source.html#l00088">88</a> of file <a class="el" href="OgreGLPrerequisites_8h-source.html">OgreGLPrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00100">Ogre::GLRenderSystem::GLRenderSystem</a>(), <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l00236">Ogre::GLRenderSystem::initGL</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00118">Ogre::GLHardwareIndexBuffer::unlockImpl</a>(), and <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00116">Ogre::GLHardwareVertexBuffer::unlockImpl</a>().    </td>
  </tr>
</table>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:10:33 2004
</p>
</body>
</html>