Home
last modified time | relevance | path

Searched defs:glDepthRangef (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h52 #define glDepthRangef GLES2_GET_FUN(DepthRangef) macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h526 #define glDepthRangef GLES2_GET_FUN(DepthRangef) macro
/external/deqp/framework/opengl/wrapper/
DglwApi.inl400 #define glDepthRangef glwDepthRangef macro
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c252 void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar) { in glDepthRangef() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java195 public void glDepthRangef(float zNear, float zFar) { in glDepthRangef() method in GLErrorLogger.ErrorLoggingGL
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp1240 void __stdcall glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl2696 GLW_APICALL void GLW_APIENTRY glDepthRangef (GLfloat n, GLfloat f) function
/external/chromium_org/third_party/mesa/src/include/GL/
Dgl_mangle.h383 #define glDepthRangef MANGLE(DepthRangef) macro
/external/mesa3d/include/GL/
Dgl_mangle.h383 #define glDepthRangef MANGLE(DepthRangef) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl2964 void CallLogWrapper::glDepthRangef (glw::GLfloat param0, glw::GLfloat param1) function in CallLogWrapper