Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp323 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()
DlibGLES_CM.cpp4633 void DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in DrawTexsOES() function