Home
last modified time | relevance | path

Searched refs:getMaxLights (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h167 static int getMaxLights(){return s_glSupport.maxLights;} in getMaxLights() function
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp215 …RET_AND_SET_ERROR_IF(!GLEScmValidate::capability(cap,ctx->getMaxLights(),ctx->getMaxClipPlanes()),… in glIsEnabled()