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

1 2 3

  /external/mesa3d/src/mapi/es1api/
ABI-check 25 glClearDepthx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 58 {"glClearDepthx", (void*)glClearDepthx},
gl_client_context.h 60 glClearDepthx_client_proc_t glClearDepthx;
gl_client_context.cpp 60 glClearDepthx = (glClearDepthx_client_proc_t) getProc("glClearDepthx", userData);
  /device/generic/goldfish-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/mesa3d/src/mapi/glapi/
glapi_dispatch.c 108 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
  /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 )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 62 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) {
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 101 public void glClearDepthx(int depth) {
102 ((GL10)mGL).glClearDepthx(depth);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 451 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 93 #define glClearDepthx wrap_glClearDepthx
    [all...]
gles_undefine.h 93 #undef glClearDepthx
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 151 // C function void glClearDepthx ( GLclampx depth )
153 public native void glClearDepthx(
    [all...]

Completed in 786 milliseconds

1 2 3