Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1.cpp1496 bool ValidateDrawTexxvOES(const Context *context, const GLfixed *coords) in ValidateDrawTexxvOES() function
DvalidationESEXT_autogen.h1619 bool ValidateDrawTexxvOES(const Context *context, const GLfixed *coords);
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8788 bool isCallValid = (context->skipValidation() || ValidateDrawTexxvOES(context, coords)); in GL_DrawTexxvOES()