• Home
  • Raw
  • Download

Lines Matching defs:c

108 void ogles_init_array(ogles_context_t* c)  in ogles_init_array()
128 void ogles_uninit_array(ogles_context_t* c) in ogles_uninit_array()
139 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
142 static void currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp()
145 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
148 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
433 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState()
456 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
480 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex()
532 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints()
563 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineStrip()
602 void drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineLoop()
617 void drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLines()
649 static void drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawPrimitivesTriangleFanOrStrip()
703 void drawPrimitivesTriangleStrip(ogles_context_t* c, in drawPrimitivesTriangleStrip()
708 void drawPrimitivesTriangleFan(ogles_context_t* c, in drawPrimitivesTriangleFan()
719 void drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesTriangles()
769 void drawIndexedPrimitivesPoints(ogles_context_t* c, in drawIndexedPrimitivesPoints()
786 void drawIndexedPrimitivesLineStrip(ogles_context_t* c, in drawIndexedPrimitivesLineStrip()
811 void drawIndexedPrimitivesLineLoop(ogles_context_t* c, in drawIndexedPrimitivesLineLoop()
843 void drawIndexedPrimitivesLines(ogles_context_t* c, in drawIndexedPrimitivesLines()
865 static void drawIndexedPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleFanOrStrip()
901 void drawIndexedPrimitivesTriangleStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleStrip()
906 void drawIndexedPrimitivesTriangleFan(ogles_context_t* c, in drawIndexedPrimitivesTriangleFan()
911 void drawIndexedPrimitivesTriangles(ogles_context_t* c, in drawIndexedPrimitivesTriangles()
956 void compileElement__generic(ogles_context_t* c, in compileElement__generic()
970 void compileElements__generic(ogles_context_t* c, in compileElements__generic()
1042 static void clipVertex(ogles_context_t* c, vertex_t* nv, in clipVertex()
1052 static void clipVertexC(ogles_context_t* c, vertex_t* nv, in clipVertexC()
1059 static void clipVertexT(ogles_context_t* c, vertex_t* nv, in clipVertexT()
1069 static void clipVertexAll(ogles_context_t* c, vertex_t* nv, in clipVertexAll()
1076 static void clipEye(ogles_context_t* c, vertex_t* nv, in clipEye()
1089 void validate_arrays(ogles_context_t* c, GLenum mode) in validate_arrays()
1247 ogles_context_t* c = ogles_context_t::get(); in glVertexPointer() local
1268 ogles_context_t* c = ogles_context_t::get(); in glColorPointer() local
1288 ogles_context_t* c = ogles_context_t::get(); in glNormalPointer() local
1309 ogles_context_t* c = ogles_context_t::get(); in glTexCoordPointer() local
1331 ogles_context_t* c = ogles_context_t::get(); in glEnableClientState() local
1336 ogles_context_t* c = ogles_context_t::get(); in glDisableClientState() local
1342 ogles_context_t* c = ogles_context_t::get(); in glClientActiveTexture() local
1352 ogles_context_t* c = ogles_context_t::get(); in glDrawArrays() local
1397 ogles_context_t* c = ogles_context_t::get(); in glDrawElements() local
1461 ogles_context_t* c = ogles_context_t::get(); in glBindBuffer() local
1481 ogles_context_t* c = ogles_context_t::get(); in glBufferData() local
1515 ogles_context_t* c = ogles_context_t::get(); in glBufferSubData() local
1541 ogles_context_t* c = ogles_context_t::get(); in glDeleteBuffers() local
1579 ogles_context_t* c = ogles_context_t::get(); in glGenBuffers() local