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

1 2

  /frameworks/native/opengl/libagl/
state.cpp 589 void glClearDepthf(GLclampf depth)
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 254 void ContextWrapper::glClearDepthf (float depth)
  /frameworks/base/libs/hwui/tests/
nullgles.cpp 170 void glClearDepthf(GLfloat d) {}
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 28 glClearDepthf_client_proc_t glClearDepthf;
gl2_entry.cpp 26 void glClearDepthf(GLclampf depth);
328 void glClearDepthf(GLclampf depth)
331 ctx->glClearDepthf(ctx, depth);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 96 public void glClearDepthf(float depth) {
97 ((GL10)mGL).glClearDepthf(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 13 glClearDepthf_client_proc_t glClearDepthf;
gl_entry.cpp 11 void glClearDepthf(GLclampf depth);
321 void glClearDepthf(GLclampf depth)
324 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);
  /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/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 60 glClearDepthf(29, 29),
657 case 29: return glClearDepthf;
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 167 #define glClearDepthf MANGLE(ClearDepthf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 167 #define glClearDepthf MANGLE(ClearDepthf)
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 74 milliseconds

1 2