Searched refs:GL_DrawTexxOES (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | proc_table_egl_autogen.cpp | 317 {"glDrawTexxOES", P(GL_DrawTexxOES)},
|
D | entry_points_gles_ext_autogen.h | 1318 GL_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
|
D | libGLESv2_autogen.cpp | 5038 return GL_DrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
D | entry_points_gles_ext_autogen.cpp | 8755 void GL_APIENTRY GL_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in GL_DrawTexxOES() function
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 825 return GL_DrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|