Home
last modified time | relevance | path

Searched refs:GL_Frustumx (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h45 GL_Frustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
Dproc_table_egl_autogen.cpp355 {"glFrustumx", P(GL_Frustumx)},
Dentry_points_gles_1_0_autogen.cpp461 void GL_APIENTRY GL_Frustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) in GL_Frustumx() function
DlibGLESv2_autogen.cpp2388 return GL_Frustumx(l, r, b, t, n, f); in glFrustumx()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp431 return GL_Frustumx(l, r, b, t, n, f); in glFrustumx()