Searched refs:GL_CLIP_PLANE0 (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if38 public static final int GL_CLIP_PLANE0 = 0x3000;
/frameworks/native/opengl/libagl/
H A Dvertex.cpp166 const int p = plane - GL_CLIP_PLANE0;
167 if (ggl_unlikely(uint32_t(p) > (GL_CLIP_PLANE5 - GL_CLIP_PLANE0))) {
H A Dstate.cpp170 case GL_CLIP_PLANE0:
176 c->clipPlanes.enable &= ~(1<<(cap-GL_CLIP_PLANE0));
177 c->clipPlanes.enable |= (enabled<<(cap-GL_CLIP_PLANE0));
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java38 public static final int GL_CLIP_PLANE0 = 0x3000; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java36 int GL_CLIP_PLANE0 = 0x3000; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h96 #define GL_CLIP_PLANE0 0x3000 macro

Completed in 718 milliseconds