Searched refs:DrawTexxOES (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 325 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()
|
D | libGLES_CM.cpp | 4655 void GL_APIENTRY DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in DrawTexxOES() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 8771 ANGLE_CAPTURE(DrawTexxOES, isCallValid, context, x, y, z, width, height); in GL_DrawTexxOES()
|