Searched refs:DrawTexsOES (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 323 void DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 1377 return es1::DrawTexsOES(x,y, z, width, height); in glDrawTexsOES() 1586 this->glDrawTexsOES = es1::DrawTexsOES; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4633 void DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in DrawTexsOES() function
|