Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp317 {"glDrawTexxOES", P(GL_DrawTexxOES)},
Dentry_points_gles_ext_autogen.h1318 GL_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
DlibGLESv2_autogen.cpp5038 return GL_DrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
Dentry_points_gles_ext_autogen.cpp8755 void GL_APIENTRY GL_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in GL_DrawTexxOES() function
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp825 return GL_DrawTexxOES(x, y, z, width, height); in glDrawTexxOES()