Home | History | Annotate | Download | only in libagl

Lines Matching full: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)
108 void ogles_uninit_light(ogles_context_t* c)
120 static GLfixed fog_linear(ogles_context_t* c, GLfixed z) {
124 static GLfixed fog_exp(ogles_context_t* c, GLfixed z) {
129 static GLfixed fog_exp2(ogles_context_t* c, GLfixed z) {
203 static inline void light_picker(ogles_context_t* c)
216 static inline void validate_light_mvi(ogles_context_t* c)
242 static inline void validate_light(ogles_context_t* c)
276 void invalidate_lighting(ogles_context_t* c)
283 void ogles_invalidate_lighting_mvui(ogles_context_t* c)
288 void lightVertexNop(ogles_context_t*, vertex_t* v)
293 void lightVertexValidateMVI(ogles_context_t* c, vertex_t* v)
300 void lightVertexValidate(ogles_context_t* c, vertex_t* v)
307 void lightVertexMaterial(ogles_context_t* c, vertex_t* v)
344 void lightVertex(ogles_context_t* c, vertex_t* v)
445 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c)
455 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c)
509 ogles_context_t* c)
558 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c)
572 static void fogx(GLenum pname, GLfixed param, ogles_context_t* c)
628 ogles_context_t* c = ogles_context_t::get();
638 ogles_context_t* c = ogles_context_t::get();
644 ogles_context_t* c = ogles_context_t::get();
650 ogles_context_t* c = ogles_context_t::get();
670 ogles_context_t* c = ogles_context_t::get();
695 ogles_context_t* c = ogles_context_t::get();
701 ogles_context_t* c = ogles_context_t::get();
707 ogles_context_t* c = ogles_context_t::get();
730 ogles_context_t* c = ogles_context_t::get();
741 ogles_context_t* c = ogles_context_t::get();
747 ogles_context_t* c = ogles_context_t::get();
754 ogles_context_t* c = ogles_context_t::get();
794 ogles_context_t* c = ogles_context_t::get();
838 ogles_context_t* c = ogles_context_t::get();
846 ogles_context_t* c = ogles_context_t::get();
852 ogles_context_t* c = ogles_context_t::get();
870 ogles_context_t* c = ogles_context_t::get();