OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxLights
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
56
GLSupport():
maxLights
(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
64
int
maxLights
;
167
static int getMaxLights(){return s_glSupport.
maxLights
;}
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java
56
private int
maxLights
;
115
maxLights
= glGetInteger(GL_MAX_LIGHTS);
479
// If more than
maxLights
are defined, they will be ignored.
496
if (lightList.size() >=
maxLights
){
[
all
...]
Completed in 376 milliseconds