Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp325 void GL_APIENTRY 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 GL_APIENTRY DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in DrawTexxOES() function
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8771 ANGLE_CAPTURE(DrawTexxOES, isCallValid, context, x, y, z, width, height); in GL_DrawTexxOES()