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

1 2 3

  /frameworks/native/opengl/libagl/
state.cpp 589 void glClearDepthf(GLclampf depth)
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 254 void ContextWrapper::glClearDepthf (float depth)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 96 public void glClearDepthf(float depth) {
97 ((GL10)mGL).glClearDepthf(depth);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 61 void (*glClearDepthf)(GLclampf depth);
main.cpp 631 GL_API void GL_APIENTRY glClearDepthf(GLclampf depth)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 333 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth)
    [all...]
libGLESv2.hpp 62 void (*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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 15 glClearDepthf_client_proc_t glClearDepthf;
gl_entry.cpp 10 void glClearDepthf(GLclampf depth);
319 void glClearDepthf(GLclampf depth)
322 ctx->glClearDepthf(ctx, depth);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 66 void glClearDepthf(GLclampf depth)
68 getDispatch()->glClearDepthf(depth);
    [all...]
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 113 public void glClearDepthf(float depth) {
114 mgl.glClearDepthf(depth);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 30 glClearDepthf_client_proc_t glClearDepthf;
gl2_entry.cpp 25 void glClearDepthf(GLclampf depth);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf(
    [all...]
GLES20.java 462 // C function void glClearDepthf ( GLclampf depth )
464 public static native void glClearDepthf(
    [all...]
GLErrorWrapper.java 118 public void glClearDepthf(float depth) {
120 mgl.glClearDepthf(depth);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 303 void glClearDepthf(
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 709 void APIENTRY glClearDepthf(GLclampf depth)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 91 #define glClearDepthf wrap_glClearDepthf
    [all...]
gles_undefine.h 91 #undef glClearDepthf
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 956 milliseconds

1 2 3