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

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clip.c 59 p = (GLint) plane - (GLint) GL_CLIP_PLANE0;
106 p = (GLint) (plane - GL_CLIP_PLANE0);
attrib.c 515 _mesa_set_enable(ctx, (GLenum) (GL_CLIP_PLANE0 + i),
    [all...]
  /external/mesa3d/src/mesa/main/
clip.c 59 p = (GLint) plane - (GLint) GL_CLIP_PLANE0;
106 p = (GLint) (plane - GL_CLIP_PLANE0);
attrib.c 515 _mesa_set_enable(ctx, (GLenum) (GL_CLIP_PLANE0 + i),
    [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 63 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 63 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /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-4/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 96 #define GL_CLIP_PLANE0 0x3000
    [all...]
  /external/mesa3d/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...]

Completed in 498 milliseconds

1 2 3 4 5