Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glFrustumfOES

1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1163 getDispatch()->glFrustumfOES(left, right, bottom, top, zNear, zFar);