Home
last modified time | relevance | path

Searched refs:DepthRangef (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp196 void GL_APIENTRY DepthRangef(GLclampf zNear, GLclampf zFar);
750 return es1::DepthRangef(zNear, zFar); in glDepthRangef()
1461 this->glDepthRangef = es1::DepthRangef; in LibGLES_CMexports()
DlibGLES_CM.cpp1152 void GL_APIENTRY DepthRangef(GLclampf zNear, GLclampf zFar) in DepthRangef() function
1166 DepthRangef((float)zNear / 0x10000, (float)zFar / 0x10000); in DepthRangex()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1223 { "glDepthRangef", _O(DepthRangef) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp247 return gl::DepthRangef(zNear, zFar); in glDepthRangef()
1584 this->glDepthRangef = gl::DepthRangef; in LibGLESv2exports()
Dentry_points.h65 void GL_APIENTRY DepthRangef(GLclampf zNear, GLclampf zFar);
DlibGLESv2.cpp1361 void GL_APIENTRY DepthRangef(GLclampf zNear, GLclampf zFar) in DepthRangef() function
6350 FUNCTION(DepthRangef), in es2GetProcAddress()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp972 ANGLE_CAPTURE(DepthRangef, isCallValid, context, n, f); in GL_DepthRangef()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1450 ANGLE_CAPTURE(DepthRangef, isCallValid, context, n, f); in GL_DepthRangef()