Home
last modified time | relevance | path

Searched refs:DrawTexfOES (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp329 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()
DlibGLES_CM.cpp4675 void GL_APIENTRY DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in DrawTexfOES() function
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8635 ANGLE_CAPTURE(DrawTexfOES, isCallValid, context, x, y, z, width, height); in GL_DrawTexfOES()