Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:glDepthRangef

13 	void glDepthRangef(GLclampf zNear, GLclampf zFar);
337 void glDepthRangef(GLclampf zNear, GLclampf zFar)
340 ctx->glDepthRangef(ctx, zNear, zFar);