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

/frameworks/base/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...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h332 void (*lightVertex)(ogles_context_t* c, vertex_t* v); member in struct:android::gl::lighting_t

Completed in 52 milliseconds