Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp311 {"glDrawTexfOES", P(GL_DrawTexfOES)},
Dentry_points_gles_ext_autogen.h1310 GL_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
DlibGLESv2_autogen.cpp5008 return GL_DrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
Dentry_points_gles_ext_autogen.cpp8620 void GL_APIENTRY GL_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in GL_DrawTexfOES() function
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp795 return GL_DrawTexfOES(x, y, z, width, height); in glDrawTexfOES()