Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h430 static int getMaxClipPlanes(){return s_glSupport.maxClipPlane;} in getMaxClipPlanes() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp386 …RET_AND_SET_ERROR_IF(!GLEScmValidate::capability(cap,ctx->getMaxLights(),ctx->getMaxClipPlanes()),… in glIsEnabled()