Lines Matching defs:c
105 void ogles_init_array(ogles_context_t* c) in ogles_init_array()
125 void ogles_uninit_array(ogles_context_t* c) in ogles_uninit_array()
136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
139 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
142 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
432 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState()
455 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
479 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex()
531 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints()
562 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineStrip()
601 void drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineLoop()
616 void drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLines()
648 static void drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawPrimitivesTriangleFanOrStrip()
702 void drawPrimitivesTriangleStrip(ogles_context_t* c, in drawPrimitivesTriangleStrip()
707 void drawPrimitivesTriangleFan(ogles_context_t* c, in drawPrimitivesTriangleFan()
712 void drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesTriangles()
762 void drawIndexedPrimitivesPoints(ogles_context_t* c, in drawIndexedPrimitivesPoints()
779 void drawIndexedPrimitivesLineStrip(ogles_context_t* c, in drawIndexedPrimitivesLineStrip()
804 void drawIndexedPrimitivesLineLoop(ogles_context_t* c, in drawIndexedPrimitivesLineLoop()
836 void drawIndexedPrimitivesLines(ogles_context_t* c, in drawIndexedPrimitivesLines()
858 static void drawIndexedPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleFanOrStrip()
894 void drawIndexedPrimitivesTriangleStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleStrip()
899 void drawIndexedPrimitivesTriangleFan(ogles_context_t* c, in drawIndexedPrimitivesTriangleFan()
904 void drawIndexedPrimitivesTriangles(ogles_context_t* c, in drawIndexedPrimitivesTriangles()
949 void compileElement__generic(ogles_context_t* c, in compileElement__generic()
963 void compileElements__generic(ogles_context_t* c, in compileElements__generic()
1035 static void clipVertex(ogles_context_t* c, vertex_t* nv, in clipVertex()
1045 static void clipVertexC(ogles_context_t* c, vertex_t* nv, in clipVertexC()
1052 static void clipVertexT(ogles_context_t* c, vertex_t* nv, in clipVertexT()
1062 static void clipVertexAll(ogles_context_t* c, vertex_t* nv, in clipVertexAll()
1069 static void clipEye(ogles_context_t* c, vertex_t* nv, in clipEye()
1082 void validate_arrays(ogles_context_t* c, GLenum mode) in validate_arrays()
1240 ogles_context_t* c = ogles_context_t::get(); in glVertexPointer() local
1261 ogles_context_t* c = ogles_context_t::get(); in glColorPointer() local
1281 ogles_context_t* c = ogles_context_t::get(); in glNormalPointer() local
1302 ogles_context_t* c = ogles_context_t::get(); in glTexCoordPointer() local
1324 ogles_context_t* c = ogles_context_t::get(); in glEnableClientState() local
1329 ogles_context_t* c = ogles_context_t::get(); in glDisableClientState() local
1335 ogles_context_t* c = ogles_context_t::get(); in glClientActiveTexture() local
1345 ogles_context_t* c = ogles_context_t::get(); in glDrawArrays() local
1390 ogles_context_t* c = ogles_context_t::get(); in glDrawElements() local
1454 ogles_context_t* c = ogles_context_t::get(); in glBindBuffer() local
1474 ogles_context_t* c = ogles_context_t::get(); in glBufferData() local
1508 ogles_context_t* c = ogles_context_t::get(); in glBufferSubData() local
1534 ogles_context_t* c = ogles_context_t::get(); in glDeleteBuffers() local
1584 ogles_context_t* c = ogles_context_t::get(); in glGenBuffers() local