Searched refs:GL_Frustumx (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.h | 45 GL_Frustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|
D | proc_table_egl_autogen.cpp | 355 {"glFrustumx", P(GL_Frustumx)},
|
D | entry_points_gles_1_0_autogen.cpp | 461 void GL_APIENTRY GL_Frustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) in GL_Frustumx() function
|
D | libGLESv2_autogen.cpp | 2388 return GL_Frustumx(l, r, b, t, n, f); in glFrustumx()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 431 return GL_Frustumx(l, r, b, t, n, f); in glFrustumx()
|