Searched refs:DepthRangex (Results 1 – 3 of 3) sorted by relevance
195 void GL_APIENTRY DepthRangex(GLclampx zNear, GLclampx zFar);745 return es1::DepthRangex(zNear, zFar); in glDepthRangex()1460 this->glDepthRangex = es1::DepthRangex; in LibGLES_CMexports()
1164 void GL_APIENTRY DepthRangex(GLclampx zNear, GLclampx zFar) in DepthRangex() function
294 ANGLE_CAPTURE(DepthRangex, isCallValid, context, n, f); in GL_DepthRangex()