Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp329 void 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 DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in DrawTexfOES() function