Searched refs:ValidateLoadName (Results 1 – 3 of 3) sorted by relevance
537 bool ValidateLoadName(const Context *, GLuint name) in ValidateLoadName() function
170 bool ValidateLoadName(const Context *context, GLuint name);
3228 bool isCallValid = (context->skipValidation() || ValidateLoadName(context, name)); in GL_LoadName()