Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glFrustumxOES

886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar);