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

/frameworks/native/opengl/libagl/
H A Dlight.cpp93 c->lighting.colorMaterial.face = GL_FRONT_AND_BACK;
94 c->lighting.colorMaterial.mode = GL_AMBIENT_AND_DIFFUSE;
209 if (c->lighting.colorMaterial.enable) {
244 // if colorMaterial is enabled, we get the color from the vertex
245 if (!c->lighting.colorMaterial.enable) {
H A Dcontext.h329 color_material_t colorMaterial; member in struct:android::gl::lighting_t
H A Dstate.cpp162 c->lighting.colorMaterial.enable = enabled;

Completed in 284 milliseconds