Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:glFrustum

665     ctx->dispatcher().glFrustum(left,right,bottom,top,zNear,zFar);
670 ctx->dispatcher().glFrustum(X2F(left),X2F(right),X2F(bottom),X2F(top),X2F(zNear),X2F(zFar));