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

1 2 3 4

  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 22 {"glClearDepthf", (void *)glClearDepthf},
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
gles.cpp 66 void glClearDepthf(GLclampf depth)
68 getDispatch()->glClearDepthf(depth);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 286 #define glClearDepthf(...) do { glClearDepthf(__VA_ARGS__); GLCHECK("glClearDepthf");} while(0)
  /gdk/samples/quake/jni/
glquake.h 286 #define glClearDepthf(...) do { glClearDepthf(__VA_ARGS__); GLCHECK("glClearDepthf");} while(0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 72 lastSetter.put(Function.glClearDepthf.getNumber(), null);
101 case glClearDepthf:
DebuggerMessage.java 48 glClearDepthf(17, 17),
247 case 17: return glClearDepthf;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 55 glClearDepthf = 29;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 25 glClearDepthf_t glClearDepthf;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 113 public void glClearDepthf(float depth) {
114 mgl.glClearDepthf(depth);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 9 void glClearDepthf ( GLclampf depth )
GLES20.spec 18 void glClearDepthf ( GLclampf depth )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf(
    [all...]
GLErrorWrapper.java 118 public void glClearDepthf(float depth) {
120 mgl.glClearDepthf(depth);
    [all...]
GLES20.java 458 // C function void glClearDepthf ( GLclampf depth )
460 public static native void glClearDepthf(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 303 void glClearDepthf(
  /frameworks/native/opengl/libagl/
state.cpp 589 void glClearDepthf(GLclampf depth)
  /frameworks/rs/driver/
rsdGL.cpp 535 RSD_CALL_GL(glClearDepthf, v);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 71 public void glClearDepthf(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 96 public void glClearDepthf(float depth) {
97 ((GL10)mGL).glClearDepthf(depth);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /external/mesa3d/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 145 // C function void glClearDepthf ( GLclampf depth )
147 public native void glClearDepthf(
    [all...]

Completed in 456 milliseconds

1 2 3 4