HomeSort by relevance Sort by last modified time
    Searched refs:GL_CLIP_PLANE0 (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/mesa/main/
clip.c 58 p = (GLint) plane - (GLint) GL_CLIP_PLANE0;
104 p = (GLint) (plane - GL_CLIP_PLANE0);
attrib.c 598 _mesa_set_enable(ctx, (GLenum) (GL_CLIP_PLANE0 + i),
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 38 public static final int GL_CLIP_PLANE0 = 0x3000;
  /frameworks/native/opengl/libagl/
vertex.cpp 166 const int p = plane - GL_CLIP_PLANE0;
167 if (ggl_unlikely(uint32_t(p) > (GL_CLIP_PLANE5 - GL_CLIP_PLANE0))) {
state.cpp 170 case GL_CLIP_PLANE0:
176 c->clipPlanes.enable &= ~(1<<(cap-GL_CLIP_PLANE0));
177 c->clipPlanes.enable |= (enabled<<(cap-GL_CLIP_PLANE0));
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 182 case GL_CLIP_PLANE0:
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 38 public static final int GL_CLIP_PLANE0 = 0x3000;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 36 int GL_CLIP_PLANE0 = 0x3000;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 64 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /development/ndk/platforms/android-9/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /external/mesa3d/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /external/swiftshader/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 586 int index = plane - GL_CLIP_PLANE0;
1245 case GL_CLIP_PLANE0: context->setClipPlaneEnabled(0, false); break;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 105 #define GL_CLIP_PLANE0 0x3000
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]

Completed in 684 milliseconds

1 2 3 4 5 6