Lines Matching refs:zNear

13 	void glDepthRangef(GLclampf zNear, GLclampf zFar);
16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
248 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
339 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() argument
342 ctx->glDepthRangef(ctx, zNear, zFar); in glDepthRangef()
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 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 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 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 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument
1420 ctx->glFrustumxOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumxOES()
1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 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 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES() argument
1760 ctx->glFrustumfOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumfOES()
1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES() argument
1766 ctx->glOrthofOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthofOES()