Searched refs:ValidateDrawTexfvOES (Results 1 – 3 of 3) sorted by relevance
1447 bool ValidateDrawTexfvOES(const Context *context, const GLfloat *coords) in ValidateDrawTexfvOES() function
1598 bool ValidateDrawTexfvOES(const Context *context, const GLfloat *coords);
8652 bool isCallValid = (context->skipValidation() || ValidateDrawTexfvOES(context, coords)); in GL_DrawTexfvOES()