Searched refs:lightVertexValidate (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dlight.cpp35 static void lightVertexValidate(ogles_context_t* c, vertex_t* v);
278 // TODO: pick lightVertexValidate or lightVertexValidateMVI
279 // instead of systematically the heavier lightVertexValidate()
280 c->lighting.lightVertex = lightVertexValidate;
300 void lightVertexValidate(ogles_context_t* c, vertex_t* v) function in namespace:android

Completed in 49 milliseconds