Searched refs:GL_Orthof (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.h | 85 GL_Orthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|
D | proc_table_egl_autogen.cpp | 636 {"glOrthof", P(GL_Orthof)},
|
D | entry_points_gles_1_0_autogen.cpp | 1345 void GL_APIENTRY GL_Orthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in GL_Orthof() function
|
D | libGLESv2_autogen.cpp | 2573 return GL_Orthof(l, r, b, t, n, f); in glOrthof()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 150 return GL_Orthof(l, r, b, t, n, f); in glOrthof()
|