Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:zFar

81 void glDepthRangef(GLclampf zNear, GLclampf zFar)
83 getDispatch()->glDepthRangef(zNear, zFar);
96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar);
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar);
376 void glDepthRangex(GLclampx zNear, GLclampx zFar)
378 getDispatch()->glDepthRangex(zNear, zFar);
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar);
616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar);
871 void glDepthRangexOES(GLclampx zNear, GLclampx zFar)
873 getDispatch()->glDepthRangexOES(zNear, zFar);
886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar);
976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
978 getDispatch()->glOrthoxOES(left, right, bottom, top, zNear, zFar);
1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar)
1158 getDispatch()->glDepthRangefOES(zNear, zFar);
1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1163 getDispatch()->glFrustumfOES(left, right, bottom, top, zNear, zFar);
1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1168 getDispatch()->glOrthofOES(left, right, bottom, top, zNear, zFar);