HomeSort by relevance Sort by last modified time
    Searched defs:glDepthRangex (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 196 public void glDepthRangex(int near, int far) {
197 mgl.glDepthRangex(near, far);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 200 public void glDepthRangex(int zNear, int zFar) {
201 ((GL10)mGL).glDepthRangex(zNear, zFar);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 85 void (*glDepthRangex)(GLclampx zNear, GLclampx zFar);
main.cpp 743 GL_API void GL_APIENTRY glDepthRangex(GLclampx zNear, GLclampx zFar)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 76 glDepthRangex_client_proc_t glDepthRangex;
gl_entry.cpp 71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
689 void glDepthRangex(GLclampx zNear, GLclampx zFar)
692 ctx->glDepthRangex(ctx, zNear, zFar);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 376 void glDepthRangex(GLclampx zNear, GLclampx zFar)
378 getDispatch()->glDepthRangex(zNear, zFar);
    [all...]
gles_dispatch.h 87 glDepthRangex_t glDepthRangex;
359 glDepthRangex_t set_glDepthRangex(glDepthRangex_t f) { glDepthRangex_t retval = glDepthRangex; glDepthRangex = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 76 glDepthRangex_wrapper_proc_t glDepthRangex;
gles1_wrapper_entry.cpp 71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
685 void glDepthRangex(GLclampx zNear, GLclampx zFar)
688 ctx->glDepthRangex( zNear, zFar);
    [all...]

Completed in 221 milliseconds