Searched refs:DrawTexiOES (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 324 void DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height); 1382 return es1::DrawTexiOES(x,y, z, width, height); in glDrawTexiOES() 1587 this->glDrawTexiOES = es1::DrawTexiOES; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4638 void DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in DrawTexiOES() function
|