Lines Matching defs:c
30 void ogles_init_vertex(ogles_context_t* c) in ogles_init_vertex()
54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in perspective()
83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipFrustumPerspective()
110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipAllPerspective()
136 void ogles_vertex_project(ogles_context_t* c, vertex_t* v) { in ogles_vertex_project()
140 void ogles_vertex_perspective2D(ogles_context_t* c, vertex_t* v) in ogles_vertex_perspective2D()
151 void ogles_vertex_perspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3DZ()
154 void ogles_vertex_perspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3D()
157 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3DZ()
160 void ogles_vertex_clipAllPerspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3D()
164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) in clipPlanex()
189 ogles_context_t* c = ogles_context_t::get(); in glColor4f() local
202 ogles_context_t* c = ogles_context_t::get(); in glColor4x() local
215 ogles_context_t* c = ogles_context_t::get(); in glNormal3f() local
223 ogles_context_t* c = ogles_context_t::get(); in glNormal3x() local
239 ogles_context_t* c = ogles_context_t::get(); in glClipPlanef() local
245 ogles_context_t* c = ogles_context_t::get(); in glClipPlanex() local