• Home
  • Raw
  • Download

Lines Matching refs:ogles_context_t

34 static void invalidate_lighting(ogles_context_t* c);
35 static void lightVertexValidate(ogles_context_t* c, vertex_t* v);
36 static void lightVertexNop(ogles_context_t* c, vertex_t* v);
37 static void lightVertex(ogles_context_t* c, vertex_t* v);
38 static void lightVertexMaterial(ogles_context_t* c, vertex_t* v);
54 static GLfixed fog_linear(ogles_context_t* c, GLfixed z);
55 static GLfixed fog_exp(ogles_context_t* c, GLfixed z);
56 static GLfixed fog_exp2(ogles_context_t* c, GLfixed z);
65 void ogles_init_light(ogles_context_t* c) in ogles_init_light()
108 void ogles_uninit_light(ogles_context_t* /*c*/) in ogles_uninit_light() argument
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()
288 void lightVertexNop(ogles_context_t*, vertex_t* /*v*/) in lightVertexNop() argument
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()
644 ogles_context_t* c = ogles_context_t::get(); in glLightModelf()
650 ogles_context_t* c = ogles_context_t::get(); in glLightModelx()
656 ogles_context_t* c = ogles_context_t::get(); in glLightModelfv()
676 ogles_context_t* c = ogles_context_t::get(); in glLightModelxv()
701 ogles_context_t* c = ogles_context_t::get(); in glLightf()
707 ogles_context_t* c = ogles_context_t::get(); in glLightx()
713 ogles_context_t* c = ogles_context_t::get(); in glLightfv()
736 ogles_context_t* c = ogles_context_t::get(); in glLightxv()
747 ogles_context_t* c = ogles_context_t::get(); in glMaterialf()
753 ogles_context_t* c = ogles_context_t::get(); in glMaterialx()
760 ogles_context_t* c = ogles_context_t::get(); in glMaterialfv()
800 ogles_context_t* c = ogles_context_t::get(); in glMaterialxv()
844 ogles_context_t* c = ogles_context_t::get(); in glFogf()
852 ogles_context_t* c = ogles_context_t::get(); in glFogx()
858 ogles_context_t* c = ogles_context_t::get(); in glFogfv()
876 ogles_context_t* c = ogles_context_t::get(); in glFogxv()