Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp326 void GL_APIENTRY DrawTexsvOES(const GLshort *coords);
1392 return es1::DrawTexsvOES(coords); in glDrawTexsvOES()
1589 this->glDrawTexsvOES = es1::DrawTexsvOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4660 void GL_APIENTRY DrawTexsvOES(const GLshort *coords) in DrawTexsvOES() function
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8747 ANGLE_CAPTURE(DrawTexsvOES, isCallValid, context, coords); in GL_DrawTexsvOES()