Searched refs:GL_Orthox (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.h | 87 GL_Orthox(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|
D | proc_table_egl_autogen.cpp | 637 {"glOrthox", P(GL_Orthox)},
|
D | entry_points_gles_1_0_autogen.cpp | 1367 void GL_APIENTRY GL_Orthox(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) in GL_Orthox() function
|
D | libGLESv2_autogen.cpp | 2578 return GL_Orthox(l, r, b, t, n, f); in glOrthox()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 611 return GL_Orthox(l, r, b, t, n, f); in glOrthox()
|