Home | History | Annotate | Download | only in libagl

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)
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)
452 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c)
462 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c)
516 static void lightxv(GLenum i, GLenum pname, const GLfixed *params, ogles_context_t* c)
565 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c)
579 static void fogx(GLenum pname, GLfixed param, ogles_context_t* c)
635 ogles_context_t* c = ogles_context_t::get();
645 ogles_context_t* c = ogles_context_t::get();
651 ogles_context_t* c = ogles_context_t::get();
657 ogles_context_t* c = ogles_context_t::get();
677 ogles_context_t* c = ogles_context_t::get();
702 ogles_context_t* c = ogles_context_t::get();
708 ogles_context_t* c = ogles_context_t::get();
714 ogles_context_t* c = ogles_context_t::get();
737 ogles_context_t* c = ogles_context_t::get();
748 ogles_context_t* c = ogles_context_t::get();
754 ogles_context_t* c = ogles_context_t::get();
761 ogles_context_t* c = ogles_context_t::get();
801 ogles_context_t* c = ogles_context_t::get();
845 ogles_context_t* c = ogles_context_t::get();
853 ogles_context_t* c = ogles_context_t::get();
859 ogles_context_t* c = ogles_context_t::get();
877 ogles_context_t* c = ogles_context_t::get();