Searched refs:DrawTexxOES (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 325 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()
|
D | libGLES_CM.cpp | 4655 void DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in DrawTexxOES() function
|