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

1 2 3

  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 67 {"glClearDepthx", (void *)glClearDepthx},
gles_dispatch.h 70 glClearDepthx_t glClearDepthx;
342 glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
gles.cpp 291 void glClearDepthx(GLclampx depth)
293 getDispatch()->glClearDepthx(depth);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 331 #define glClearDepthx(...) do { glClearDepthx(__VA_ARGS__); GLCHECK("glClearDepthx");} while(0)
  /gdk/samples/quake/jni/
glquake.h 331 #define glClearDepthx(...) do { glClearDepthx(__VA_ARGS__); GLCHECK("glClearDepthx");} while(0)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 57 glClearDepthx = 31;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 70 glClearDepthx_t glClearDepthx;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 117 public void glClearDepthx(int depth) {
118 mgl.glClearDepthx(depth);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 10 void glClearDepthx ( GLclampx depth )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 337 // C function void glClearDepthx ( GLclampx depth )
339 public static native void glClearDepthx(
    [all...]
GLErrorWrapper.java 124 public void glClearDepthx(int depth) {
126 mgl.glClearDepthx(depth);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 307 void glClearDepthx(
  /frameworks/native/opengl/libagl/
state.cpp 584 void glClearDepthx(GLclampx depth) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 75 public void glClearDepthx(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 101 public void glClearDepthx(int depth) {
102 ((GL10)mGL).glClearDepthx(depth);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 151 // C function void glClearDepthx ( GLclampx depth )
153 public native void glClearDepthx(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 641 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 641 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 641 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 641 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]

Completed in 993 milliseconds

1 2 3