Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:zFar

45 	void glDepthRangef(GLclampf zNear, GLclampf zFar);
446 void glDepthRangef(GLclampf zNear, GLclampf zFar)
449 ctx->glDepthRangef(ctx, zNear, zFar);