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

1 2 3

  /frameworks/native/opengl/libagl/
state.cpp 584 void glClearDepthx(GLclampx depth) {
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 101 public void glClearDepthx(int depth) {
102 ((GL10)mGL).glClearDepthx(depth);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 62 void (*glClearDepthx)(GLclampx depth);
main.cpp 636 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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 60 glClearDepthx_client_proc_t glClearDepthx;
gl_entry.cpp 55 void glClearDepthx(GLclampx depth);
589 void glClearDepthx(GLclampx depth)
592 ctx->glClearDepthx(ctx, depth);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 291 void glClearDepthx(GLclampx depth)
293 getDispatch()->glClearDepthx(depth);
    [all...]
gles_dispatch.h 70 glClearDepthx_t glClearDepthx;
342 glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 117 public void glClearDepthx(int depth) {
118 mgl.glClearDepthx(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...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 307 void glClearDepthx(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 93 #define glClearDepthx wrap_glClearDepthx
    [all...]
gles_undefine.h 93 #undef glClearDepthx
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
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 62 glClearDepthx(31, 31),
659 case 31: return glClearDepthx;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 76 milliseconds

1 2 3