OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorMaterial
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
light.cpp
93
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) {
state.cpp
161
c->lighting.
colorMaterial
.enable = enabled;
/frameworks/base/include/private/opengles/
gl_context.h
325
color_material_t
colorMaterial
;
Completed in 38 milliseconds