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

1 2 3

  /frameworks/native/opengl/libagl/
matrix.cpp 1083 void glDepthRangef(GLclampf zNear, GLclampf zFar)
  /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);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 195 public void glDepthRangef(float zNear, float zFar) {
196 ((GL10)mGL).glDepthRangef(zNear, zFar);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 86 void (*glDepthRangef)(GLclampf zNear, GLclampf zFar);
main.cpp 748 GL_API void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 450 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar)
    [all...]
libGLESv2.hpp 85 void (*glDepthRangef)(GLclampf zNear, GLclampf zFar);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 314 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
316 public native void glDepthRangef(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 231 public void glDepthRangef(float near, float far) {
233 mgl.glDepthRangef(near, far);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 500 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
502 public static native void glDepthRangef(
    [all...]
GLES20.java     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 18 glDepthRangef_client_proc_t glDepthRangef;
gl_entry.cpp 13 void glDepthRangef(GLclampf zNear, GLclampf zFar);
337 void glDepthRangef(GLclampf zNear, GLclampf zFar)
340 ctx->glDepthRangef(ctx, zNear, zFar);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 81 void glDepthRangef(GLclampf zNear, GLclampf zFar)
83 getDispatch()->glDepthRangef(zNear, zFar);
    [all...]
gles_dispatch.h 28 glDepthRangef_t glDepthRangef;
300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 49 glDepthRangef_client_proc_t glDepthRangef;
gl2_entry.cpp 44 void glDepthRangef(GLclampf zNear, GLclampf zFar);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 415 void glDepthRangef(
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 1506 void APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 179 #define glDepthRangef wrap_glDepthRangef
    [all...]
gles_undefine.h 179 #undef glDepthRangef
  /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 106 glDepthRangef(75, 75),
703 case 75: return glDepthRangef;
    [all...]

Completed in 1181 milliseconds

1 2 3