Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glOrthofOES

1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1168 getDispatch()->glOrthofOES(left, right, bottom, top, zNear, zFar);