Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp330 void GL_APIENTRY DrawTexfvOES(const GLfloat *coords);
1412 return es1::DrawTexfvOES(coords); in glDrawTexfvOES()
1593 this->glDrawTexfvOES = es1::DrawTexfvOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4692 void GL_APIENTRY DrawTexfvOES(const GLfloat *coords) in DrawTexfvOES() function
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8657 ANGLE_CAPTURE(DrawTexfvOES, isCallValid, context, coords); in GL_DrawTexfvOES()