Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1.cpp1480 bool ValidateDrawTexsvOES(const Context *context, const GLshort *coords) in ValidateDrawTexsvOES() function
DvalidationESEXT_autogen.h1612 bool ValidateDrawTexsvOES(const Context *context, const GLshort *coords);
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8742 bool isCallValid = (context->skipValidation() || ValidateDrawTexsvOES(context, coords)); in GL_DrawTexsvOES()