Home
last modified time | relevance | path

Searched refs:lightVertex (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
Dlight.cpp37 static void lightVertex(ogles_context_t* c, vertex_t* v);
206 c->lighting.lightVertex = lightVertexNop; in light_picker()
210 c->lighting.lightVertex = lightVertexMaterial; in light_picker()
212 c->lighting.lightVertex = lightVertex; in light_picker()
280 c->lighting.lightVertex = lightVertexValidate; in invalidate_lighting()
297 c->lighting.lightVertex(c, v); in lightVertexValidateMVI()
304 c->lighting.lightVertex(c, v); in lightVertexValidate()
341 lightVertex(c, v); in lightVertexMaterial()
344 void lightVertex(ogles_context_t* c, vertex_t* v) in lightVertex() function
Dprimitives.cpp113 c->lighting.lightVertex(c, v0); in lightTriangleSmooth()
115 c->lighting.lightVertex(c, v1); in lightTriangleSmooth()
117 c->lighting.lightVertex(c, v2); in lightTriangleSmooth()
124 c->lighting.lightVertex(c, v2); in lightTriangleFlat()
155 c->lighting.lightVertex(c, v); in lightVertexSmoothFog()
466 c->lighting.lightVertex(c, v); in primitive_point()
Dcontext.h336 void (*lightVertex)(ogles_context_t* c, vertex_t* v); member