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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 26 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_android.cc 29 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_x11.cc 31 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_win.cc 47 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...]
  /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...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 40 { "glDepthRangef", (deFunctionPtr)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 764 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f);
778 glDepthRangef(n, f);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 40 gl->depthRangef = &glDepthRangef;
glwInitES30Direct.inl 40 gl->depthRangef = &glDepthRangef;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 52 #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 )
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 292 glDepthRangef (0.0f, 1.0f);
  /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/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...]

Completed in 1010 milliseconds

1 2 3 4 5 6 7 8 9