Searched refs:ValidatePassThrough (Results 1 – 3 of 3) sorted by relevance
702 bool ValidatePassThrough(const Context *, GLfloat token) in ValidatePassThrough() function
243 bool ValidatePassThrough(const Context *context, GLfloat token);
3919 bool isCallValid = (context->skipValidation() || ValidatePassThrough(context, token)); in GL_PassThrough()