Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp1659 int numClipPlanes; in drawTexOES() local
1698 gl.glGetIntegerv(GL_MAX_CLIP_PLANES,&numClipPlanes); in drawTexOES()
1699 for (int i=0;i<numClipPlanes;++i) in drawTexOES()