Searched refs:ValidateIsProgram (Results 1 – 4 of 4) sorted by relevance
271 bool ValidateIsProgram(const Context *context, ShaderProgramID programPacked);
4688 bool ValidateIsProgram(const Context *context, ShaderProgramID program) in ValidateIsProgram() function
782 bool isCallValid = (context->skipValidation() || ValidateIsProgram(context, programPacked)); in GL_IsProgram()
2231 bool isCallValid = (context->skipValidation() || ValidateIsProgram(context, programPacked)); in GL_IsProgram()