Lines Matching refs:zFar
13 void glDepthRangef(GLclampf zNear, GLclampf zFar);
16 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
34 …id glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
83 … glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
119 …id glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
192 …FrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
211 …glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
248 …FrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
249 …glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
339 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() argument
342 ctx->glDepthRangef(ctx, zNear, zFar); in glDepthRangef()
357 …d glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf() argument
360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf()
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument
468 ctx->glOrthof(ctx, left, right, bottom, top, zNear, zFar); in glOrthof()
689 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() argument
692 ctx->glDepthRangex(ctx, zNear, zFar); in glDepthRangex()
761 …d glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx() argument
764 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument
982 ctx->glOrthox(ctx, left, right, bottom, top, zNear, zFar); in glOrthox()
1399 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) in glDepthRangexOES() argument
1402 ctx->glDepthRangexOES(ctx, zNear, zFar); in glDepthRangexOES()
1417 …lFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumxOES() argument
1420 ctx->glFrustumxOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumxOES()
1531 … glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthoxOES() argument
1534 ctx->glOrthoxOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthoxOES()
1751 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES() argument
1754 ctx->glDepthRangefOES(ctx, zNear, zFar); in glDepthRangefOES()
1757 …lFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumfOES() argument
1760 ctx->glFrustumfOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumfOES()
1763 … glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthofOES() argument
1766 ctx->glOrthofOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthofOES()