Searched refs:ValidateDrawTexsvOES (Results 1 – 3 of 3) sorted by relevance
1480 bool ValidateDrawTexsvOES(const Context *context, const GLshort *coords) in ValidateDrawTexsvOES() function
1612 bool ValidateDrawTexsvOES(const Context *context, const GLshort *coords);
8742 bool isCallValid = (context->skipValidation() || ValidateDrawTexsvOES(context, coords)); in GL_DrawTexsvOES()