OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabledLights
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libagl/
state.cpp
140
c->lighting.
enabledLights
&= ~(1<<(cap-GL_LIGHT0));
141
c->lighting.
enabledLights
|= (enabled<<(cap-GL_LIGHT0));
light.cpp
218
uint32_t en = c->lighting.
enabledLights
;
247
uint32_t en = c->lighting.
enabledLights
;
319
uint32_t en = c->lighting.
enabledLights
;
350
uint32_t en = c->lighting.
enabledLights
;
context.h
328
uint32_t
enabledLights
;
Completed in 1083 milliseconds