Searched refs:DrawTexfOES (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 329 void GL_APIENTRY DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); 1407 return es1::DrawTexfOES(x, y, z, width, height); in glDrawTexfOES() 1592 this->glDrawTexfOES = es1::DrawTexfOES; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4675 void GL_APIENTRY DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in DrawTexfOES() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 8635 ANGLE_CAPTURE(DrawTexfOES, isCallValid, context, x, y, z, width, height); in GL_DrawTexfOES()
|