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

1 2 3 4

  /frameworks/base/libs/hwui/
Stencil.cpp 82 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
  /frameworks/rs/driver/
rsdProgramStore.cpp 55 drv->depthFunc = GL_LESS;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 35 case GL_LESS:
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 152 glDepthFunc(GL_LESS);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 152 glDepthFunc(GL_LESS);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 152 glDepthFunc(GL_LESS);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 96 public static final int GL_LESS = 0x0201;
GLES20Header.java-if 184 public static final int GL_LESS = 0x0201;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 414 case GL_LESS: d3dComp = D3DCMP_LESS; break;
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 604 glDepthFunc(GL_LESS);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 96 public static final int GL_LESS = 0x0201;
    [all...]
GLES20.java 184 public static final int GL_LESS = 0x0201;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 94 int GL_LESS = 0x0201;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 205 IGLProperty depthFunc = new GLEnumProperty(GLStateType.DEPTH_FUNC, GLEnum.GL_LESS);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 66 #define GL_LESS 0x0201
121 /* GL_LESS */
384 /* GL_LESS */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 64 /* GL_LESS */
136 /* GL_LESS */
282 #define GL_LESS 0x0201
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 64 /* GL_LESS */
136 /* GL_LESS */
282 #define GL_LESS 0x0201
  /frameworks/native/opengl/include/GLES/
gl.h 66 #define GL_LESS 0x0201
121 /* GL_LESS */
384 /* GL_LESS */
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 64 /* GL_LESS */
136 /* GL_LESS */
282 #define GL_LESS 0x0201
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 101 #define GL_LESS 0x0201
148 /* GL_LESS */
341 /* GL_LESS */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 65 #define GL_LESS 0x0201
120 /* GL_LESS */
383 /* GL_LESS */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 65 #define GL_LESS 0x0201
120 /* GL_LESS */
383 /* GL_LESS */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 63 /* GL_LESS */
135 /* GL_LESS */
281 #define GL_LESS 0x0201
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 65 #define GL_LESS 0x0201
120 /* GL_LESS */
383 /* GL_LESS */
    [all...]

Completed in 788 milliseconds

1 2 3 4