Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 698

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

<html>
<head>
<title>OgreGLRenderSystem.cpp 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>OgreGLRenderSystem.cpp File Reference</h1><code>#include "<a class="el" href="OgreGLRenderSystem_8h-source.html">OgreGLRenderSystem.h</a>"</code><br>
<code>#include "<a class="el" href="OgreRenderSystem_8h-source.html">OgreRenderSystem.h</a>"</code><br>
<code>#include "<a class="el" href="OgreLogManager_8h-source.html">OgreLogManager.h</a>"</code><br>
<code>#include "<a class="el" href="OgreLight_8h-source.html">OgreLight.h</a>"</code><br>
<code>#include "<a class="el" href="OgreCamera_8h-source.html">OgreCamera.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLTextureManager_8h-source.html">OgreGLTextureManager.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLHardwareVertexBuffer_8h-source.html">OgreGLHardwareVertexBuffer.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLHardwareIndexBuffer_8h-source.html">OgreGLHardwareIndexBuffer.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLDefaultHardwareBufferManager_8h-source.html">OgreGLDefaultHardwareBufferManager.h</a>"</code><br>
<code>#include "<a class="el" href="win32_2OgreGLUtil_8h-source.html">OgreGLUtil.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLGpuProgram_8h-source.html">OgreGLGpuProgram.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLGpuNvparseProgram_8h-source.html">OgreGLGpuNvparseProgram.h</a>"</code><br>
<code>#include "ATI_FS_GLGpuProgram.h"</code><br>
<code>#include "<a class="el" href="OgreGLGpuProgramManager_8h-source.html">OgreGLGpuProgramManager.h</a>"</code><br>
<code>#include "<a class="el" href="OgreException_8h-source.html">OgreException.h</a>"</code><br>
<code>#include "<a class="el" href="OgreGLATIFSInit_8h-source.html">OgreGLATIFSInit.h</a>"</code><br>

<p>
<a href="OgreGLRenderSystem_8cpp-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="OgreGLRenderSystem_8cpp.html#a0">VBO_BUFFER_OFFSET</a>(i)&nbsp;&nbsp;&nbsp;((char *)NULL + (i))</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="OgreGLRenderSystem_8cpp.html#a1">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="OgreGLRenderSystem_8cpp.html#a2">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="OgreGLRenderSystem_8cpp.html#a3">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="OgreGLRenderSystem_8cpp.html#a4">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="OgreGLRenderSystem_8cpp.html#a5">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="OgreGLRenderSystem_8cpp.html#a6">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="OgreGLRenderSystem_8cpp.html#a7">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="OgreGLRenderSystem_8cpp.html#a8">glUnmapBufferARB_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="OgreGLRenderSystem_8cpp.html#a9">glBufferDataARB_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="OgreGLRenderSystem_8cpp.html#a10">glBufferSubDataARB_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="OgreGLRenderSystem_8cpp.html#a11">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="OgreGLRenderSystem_8cpp.html#a12">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="OgreGLRenderSystem_8cpp.html#a13">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="OgreGLRenderSystem_8cpp.html#a14">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="OgreGLRenderSystem_8cpp.html#a15">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="OgreGLRenderSystem_8cpp.html#a16">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="OgreGLRenderSystem_8cpp.html#a17">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="OgreGLRenderSystem_8cpp.html#a18">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="OgreGLRenderSystem_8cpp.html#a19">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="OgreGLRenderSystem_8cpp.html#a20">glCombinerParameteriNV_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="OgreGLRenderSystem_8cpp.html#a21">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="OgreGLRenderSystem_8cpp.html#a22">glLoadProgramNV_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="OgreGLRenderSystem_8cpp.html#a23">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="OgreGLRenderSystem_8cpp.html#a24">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="OgreGLRenderSystem_8cpp.html#a25">glFinalCombinerInputNV_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="OgreGLRenderSystem_8cpp.html#a26">glTrackMatrixNV_ptr</a></td></tr>
<tr><td nowrap align=right valign=top>PFNGLCOMPRESSEDTEXIMAGE2DARBPROC&nbsp;</td><td valign=bottom><a class="el" href="OgreGLRenderSystem_8cpp.html#a27">glCompressedTexImage2DARB_ptr</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a name="a0" doxytag="OgreGLRenderSystem.cpp::VBO_BUFFER_OFFSET"></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 VBO_BUFFER_OFFSET</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">i&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;((char *)NULL + (i))
      </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="OgreGLRenderSystem_8cpp-source.html#l00050">50</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</a>.
<p>
Referenced by <a class="el" href="OgreGLRenderSystem_8cpp-source.html#l01736">Ogre::GLRenderSystem::_render</a>().    </td>
  </tr>
</table>
<hr><h2>Variable Documentation</h2>
<a name="a1" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00053">53</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a5" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00057">57</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareVertexBuffer::lockImpl</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareIndexBuffer::lockImpl</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00130">Ogre::GLHardwareVertexBuffer::readData</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00132">Ogre::GLHardwareIndexBuffer::readData</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00116">Ogre::GLHardwareVertexBuffer::unlockImpl</a>(), <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00118">Ogre::GLHardwareIndexBuffer::unlockImpl</a>(), <a class="el" href="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a14" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00066">66</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a9" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00061">61</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a10" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00062">62</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00137">Ogre::GLHardwareVertexBuffer::writeData</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00139">Ogre::GLHardwareIndexBuffer::writeData</a>().    </td>
  </tr>
</table>
<a name="a2" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00054">54</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a23" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00075">75</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a24" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00076">76</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a19" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00071">71</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a20" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00072">72</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00070">70</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a27" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00079">79</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a6" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00058">58</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a13" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00065">65</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a25" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00077">77</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a4" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00056">56</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a12" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00064">64</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a11" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00063">63</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00130">Ogre::GLHardwareVertexBuffer::readData</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00132">Ogre::GLHardwareIndexBuffer::readData</a>().    </td>
  </tr>
</table>
<a name="a21" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00073">73</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a22" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00074">74</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a7" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00059">59</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareVertexBuffer::lockImpl</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00059">Ogre::GLHardwareIndexBuffer::lockImpl</a>().    </td>
  </tr>
</table>
<a name="a16" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00068">68</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a17" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00069">69</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a15" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00067">67</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a3" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00055">55</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a26" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00078">78</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="a8" doxytag="OgreGLRenderSystem.cpp::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="OgreGLRenderSystem_8cpp-source.html#l00060">60</a> of file <a class="el" href="OgreGLRenderSystem_8cpp-source.html">OgreGLRenderSystem.cpp</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="OgreGLHardwareVertexBuffer_8cpp-source.html#l00116">Ogre::GLHardwareVertexBuffer::unlockImpl</a>(), and <a class="el" href="OgreGLHardwareIndexBuffer_8cpp-source.html#l00118">Ogre::GLHardwareIndexBuffer::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>