HomeSort by relevance Sort by last modified time
    Searched refs:GL_NEVER (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /frameworks/base/opengl/java/android/opengl/
GLES10.java 135 public static final int GL_NEVER = 0x0200;
    [all...]
GLES20.java 183 public static final int GL_NEVER = 0x0200;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 133 int GL_NEVER = 0x0200;
  /frameworks/native/opengl/libagl/
state.cpp 228 if (func < GL_NEVER || func > GL_ALWAYS) {
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]
gluStrUtil.inl 453 case GL_NEVER: return "GL_NEVER";
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 785 const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, GL_EQUAL, GL_GREATER, GL_GEQUAL, GL_NOTEQUAL};
    [all...]
es2fDepthStencilTests.cpp 731 GL_NEVER,
789 { "never", GL_NEVER },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 81 case GL_NEVER:
331 case GL_NEVER:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 80 case GL_NEVER:
269 case GL_NEVER:
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 731 GL_NEVER,
789 { "never", GL_NEVER },
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 233 #define GL_NEVER 0x0200
  /development/ndk/platforms/android-4/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 63 /* GL_NEVER */
135 /* GL_NEVER */
281 #define GL_NEVER 0x0200
  /external/mesa3d/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 63 /* GL_NEVER */
135 /* GL_NEVER */
281 #define GL_NEVER 0x0200
  /external/mesa3d/src/mesa/main/
blend.c 590 case GL_NEVER:
  /frameworks/native/opengl/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 100 #define GL_NEVER 0x0200
147 /* GL_NEVER */
340 /* GL_NEVER */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 63 /* GL_NEVER */
135 /* GL_NEVER */
281 #define GL_NEVER 0x0200
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 63 /* GL_NEVER */
135 /* GL_NEVER */
281 #define GL_NEVER 0x0200
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 65 #define GL_NEVER 0x0200
120 /* GL_NEVER */
383 /* GL_NEVER */
    [all...]

Completed in 570 milliseconds

12 3 4 5 6 7 8 910