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

1 2 3 4 5 6 7

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 23 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_android.cc 27 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_x11.cc 30 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_win.cc 44 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 47 {"glDepthRangef", (void*)glDepthRangef},
gl2_client_context.h 47 glDepthRangef_client_proc_t glDepthRangef;
256 virtual glDepthRangef_client_proc_t set_glDepthRangef(glDepthRangef_client_proc_t f) { glDepthRangef_client_proc_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gl2_entry.cpp 45 void glDepthRangef(GLclampf zNear, GLclampf zFar);
446 void glDepthRangef(GLclampf zNear, GLclampf zFar)
449 ctx->glDepthRangef(ctx, zNear, zFar);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 16 {"glDepthRangef", (void*)glDepthRangef},
gl_client_context.h 16 glDepthRangef_client_proc_t glDepthRangef;
308 virtual glDepthRangef_client_proc_t set_glDepthRangef(glDepthRangef_client_proc_t f) { glDepthRangef_client_proc_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 25 {"glDepthRangef", (void *)glDepthRangef},
gles_dispatch.h 28 glDepthRangef_t glDepthRangef;
300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gles.cpp 81 void glDepthRangef(GLclampf zNear, GLclampf zFar)
83 getDispatch()->glDepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 50 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 28 glDepthRangef_t glDepthRangef;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 192 public void glDepthRangef(float near, float far) {
193 mgl.glDepthRangef(near, far);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 101 glDepthRangef = 75;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
GLES20.spec 37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 500 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
502 public static native void glDepthRangef(
    [all...]
GLErrorWrapper.java 231 public void glDepthRangef(float near, float far) {
233 mgl.glDepthRangef(near, far);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 415 void glDepthRangef(
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 526 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
675 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 195 public void glDepthRangef(float zNear, float zFar) {
196 ((GL10)mGL).glDepthRangef(zNear, zFar);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
    [all...]

Completed in 83 milliseconds

1 2 3 4 5 6 7