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 currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp()
142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
145 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
434 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState()
457 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
481 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex()
533 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints()
564 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineStrip()
603 void drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineLoop()
618 void drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLines()
650 static void drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawPrimitivesTriangleFanOrStrip()
704 void drawPrimitivesTriangleStrip(ogles_context_t* c, in drawPrimitivesTriangleStrip()
709 void drawPrimitivesTriangleFan(ogles_context_t* c, in drawPrimitivesTriangleFan()
714 void drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesTriangles()
764 void drawIndexedPrimitivesPoints(ogles_context_t* c, in drawIndexedPrimitivesPoints()
781 void drawIndexedPrimitivesLineStrip(ogles_context_t* c, in drawIndexedPrimitivesLineStrip()
806 void drawIndexedPrimitivesLineLoop(ogles_context_t* c, in drawIndexedPrimitivesLineLoop()
838 void drawIndexedPrimitivesLines(ogles_context_t* c, in drawIndexedPrimitivesLines()
860 static void drawIndexedPrimitivesTriangleFanOrStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleFanOrStrip()
896 void drawIndexedPrimitivesTriangleStrip(ogles_context_t* c, in drawIndexedPrimitivesTriangleStrip()
901 void drawIndexedPrimitivesTriangleFan(ogles_context_t* c, in drawIndexedPrimitivesTriangleFan()
906 void drawIndexedPrimitivesTriangles(ogles_context_t* c, in drawIndexedPrimitivesTriangles()
951 void compileElement__generic(ogles_context_t* c, in compileElement__generic()
965 void compileElements__generic(ogles_context_t* c, in compileElements__generic()
1037 static void clipVertex(ogles_context_t* c, vertex_t* nv, in clipVertex()
1047 static void clipVertexC(ogles_context_t* c, vertex_t* nv, in clipVertexC()
1054 static void clipVertexT(ogles_context_t* c, vertex_t* nv, in clipVertexT()
1064 static void clipVertexAll(ogles_context_t* c, vertex_t* nv, in clipVertexAll()
1071 static void clipEye(ogles_context_t* c, vertex_t* nv, in clipEye()
1084 void validate_arrays(ogles_context_t* c, GLenum mode) in validate_arrays()
1242 ogles_context_t* c = ogles_context_t::get(); in glVertexPointer() local
1263 ogles_context_t* c = ogles_context_t::get(); in glColorPointer() local
1283 ogles_context_t* c = ogles_context_t::get(); in glNormalPointer() local
1304 ogles_context_t* c = ogles_context_t::get(); in glTexCoordPointer() local
1326 ogles_context_t* c = ogles_context_t::get(); in glEnableClientState() local
1331 ogles_context_t* c = ogles_context_t::get(); in glDisableClientState() local
1337 ogles_context_t* c = ogles_context_t::get(); in glClientActiveTexture() local
1347 ogles_context_t* c = ogles_context_t::get(); in glDrawArrays() local
1392 ogles_context_t* c = ogles_context_t::get(); in glDrawElements() local
1456 ogles_context_t* c = ogles_context_t::get(); in glBindBuffer() local
1476 ogles_context_t* c = ogles_context_t::get(); in glBufferData() local
1510 ogles_context_t* c = ogles_context_t::get(); in glBufferSubData() local
1536 ogles_context_t* c = ogles_context_t::get(); in glDeleteBuffers() local
1586 ogles_context_t* c = ogles_context_t::get(); in glGenBuffers() local