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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mapi/es1api/
ABI-check 44 glDepthRangef
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 16 {"glDepthRangef", (void*)glDepthRangef},
gl_client_context.h 18 glDepthRangef_client_proc_t glDepthRangef;
gl_client_context.cpp 18 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData);
  /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...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 42 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
egluStaticES30Library.inl 64 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
  /external/mesa3d/src/mapi/es2api/
ABI-check 68 glDepthRangef
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 21 * \brief glDepthRangef() tests.
167 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
216 glDepthRangef(m_zNear, m_zFar);
317 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
338 glDepthRangef(m_zNear, m_zFar);
349 glDepthRangef(0.0f, 1.0f);
397 : TestCaseGroup(context, "depth_range", "glDepthRangef() tests")
es2fFloatStateQueryTests.cpp 765 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f);
779 glDepthRangef(n, f);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 42 gl->depthRangef = &glDepthRangef;
glwInitES30Direct.inl 64 gl->depthRangef = &glDepthRangef;
glwInitES31Direct.inl 70 gl->depthRangef = &glDepthRangef;
glwInitES32Direct.inl 80 gl->depthRangef = &glDepthRangef;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 47 {"glDepthRangef", (void*)glDepthRangef},
gl2_client_context.h 49 glDepthRangef_client_proc_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/tools/glgen/specs/gles11/
GLES10.spec 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
GLES20.spec 37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 292 glDepthRangef (0.0f, 1.0f);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 86 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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 415 void glDepthRangef(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 195 public void glDepthRangef(float zNear, float zFar) {
196 ((GL10)mGL).glDepthRangef(zNear, zFar);

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 91011>>