Lines Matching defs:c
61 static void init_white(vec4_t& c) { in init_white()
65 void ogles_init_light(ogles_context_t* c) in ogles_init_light()
120 static GLfixed fog_linear(ogles_context_t* c, GLfixed z) { in fog_linear()
124 static GLfixed fog_exp(ogles_context_t* c, GLfixed z) { in fog_exp()
129 static GLfixed fog_exp2(ogles_context_t* c, GLfixed z) { in fog_exp2()
203 static inline void light_picker(ogles_context_t* c) in light_picker()
216 static inline void validate_light_mvi(ogles_context_t* c) in validate_light_mvi()
242 static inline void validate_light(ogles_context_t* c) in validate_light()
276 void invalidate_lighting(ogles_context_t* c) in invalidate_lighting()
283 void ogles_invalidate_lighting_mvui(ogles_context_t* c) in ogles_invalidate_lighting_mvui()
293 void lightVertexValidateMVI(ogles_context_t* c, vertex_t* v) in lightVertexValidateMVI()
300 void lightVertexValidate(ogles_context_t* c, vertex_t* v) in lightVertexValidate()
307 void lightVertexMaterial(ogles_context_t* c, vertex_t* v) in lightVertexMaterial()
344 void lightVertex(ogles_context_t* c, vertex_t* v) in lightVertex()
452 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c) in lightModelx()
462 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c) in lightx()
515 static void lightxv(GLenum i, GLenum pname, const GLfixed *params, ogles_context_t* c) in lightxv()
564 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c) in materialx()
578 static void fogx(GLenum pname, GLfixed param, ogles_context_t* c) in fogx()
634 ogles_context_t* c = ogles_context_t::get(); in glShadeModel() local
644 ogles_context_t* c = ogles_context_t::get(); in glLightModelf() local
650 ogles_context_t* c = ogles_context_t::get(); in glLightModelx() local
656 ogles_context_t* c = ogles_context_t::get(); in glLightModelfv() local
676 ogles_context_t* c = ogles_context_t::get(); in glLightModelxv() local
701 ogles_context_t* c = ogles_context_t::get(); in glLightf() local
707 ogles_context_t* c = ogles_context_t::get(); in glLightx() local
713 ogles_context_t* c = ogles_context_t::get(); in glLightfv() local
736 ogles_context_t* c = ogles_context_t::get(); in glLightxv() local
747 ogles_context_t* c = ogles_context_t::get(); in glMaterialf() local
753 ogles_context_t* c = ogles_context_t::get(); in glMaterialx() local
760 ogles_context_t* c = ogles_context_t::get(); in glMaterialfv() local
800 ogles_context_t* c = ogles_context_t::get(); in glMaterialxv() local
844 ogles_context_t* c = ogles_context_t::get(); in glFogf() local
852 ogles_context_t* c = ogles_context_t::get(); in glFogx() local
858 ogles_context_t* c = ogles_context_t::get(); in glFogfv() local
876 ogles_context_t* c = ogles_context_t::get(); in glFogxv() local