Searched refs:numClipPlanes (Results 1 – 1 of 1) sorted by relevance
1659 int numClipPlanes; in drawTexOES() local1698 gl.glGetIntegerv(GL_MAX_CLIP_PLANES,&numClipPlanes); in drawTexOES()1699 for (int i=0;i<numClipPlanes;++i) in drawTexOES()