Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:znear

64 void DepthRangef(GLclampf zNear, GLclampf zFar);
450 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar)
452 return es2::DepthRangef(zNear, zFar);