Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp325 void DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
1387 return es1::DrawTexxOES(x,y, z, width, height); in glDrawTexxOES()
1588 this->glDrawTexxOES = es1::DrawTexxOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4655 void DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in DrawTexxOES() function