HomeSort by relevance Sort by last modified time
    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;
165 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 2914 milliseconds