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

  /external/mesa3d/src/mapi/es1api/
ABI-check 43 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);
gl_entry.cpp 55 void glClearDepthx(GLclampx depth);
591 void glClearDepthx(GLclampx depth)
594 ctx->glClearDepthx(ctx, depth);
    [all...]
gl_enc.cpp     [all...]
  /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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 42 glClearDepthx;
gles1_wrapper_context.h 60 glClearDepthx_wrapper_proc_t glClearDepthx;
gles1_wrapper_context.cpp 60 glClearDepthx = (glClearDepthx_wrapper_proc_t) getProc("glClearDepthx", userData);
gles1_wrapper_entry.cpp 55 void glClearDepthx(GLclampx depth);
589 void glClearDepthx(GLclampx depth)
592 ctx->glClearDepthx( depth);
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 108 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 327 glClearDepthxOES = glClearDepthx;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 117 public void glClearDepthx(int depth) {
118 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...]
libGLES_CM.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 101 public void glClearDepthx(int depth) {
102 ((GL10)mGL).glClearDepthx(depth);
  /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 460 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
  /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...]

Completed in 127 milliseconds