Searched defs:lightVertex (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dlight.cpp37 static void lightVertex(ogles_context_t* c, vertex_t* v);
206 c->lighting.lightVertex = lightVertexNop;
210 c->lighting.lightVertex = lightVertexMaterial;
212 c->lighting.lightVertex = lightVertex;
280 c->lighting.lightVertex = lightVertexValidate;
297 c->lighting.lightVertex(c, v);
304 c->lighting.lightVertex(c, v);
341 lightVertex(c, v);
344 void lightVertex(ogles_context_ function in namespace:android
[all...]
H A Dcontext.h336 void (*lightVertex)(ogles_context_t* c, vertex_t* v); member in struct:android::gl::lighting_t

Completed in 112 milliseconds