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

1 2 3

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 29 return e >=GL_CLIP_PLANE0 && e <= (GL_CLIP_PLANE0+maxClipPlanes);
  /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 140 case GL_CLIP_PLANE0:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 140 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/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
gl.h 95 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]

Completed in 207 milliseconds

1 2 3