Searched refs:ValidateDeleteProgram (Results 1 – 4 of 4) sorted by relevance
118 bool ValidateDeleteProgram(const Context *context, ShaderProgramID programPacked);
4209 bool ValidateDeleteProgram(const Context *context, ShaderProgramID program) in ValidateDeleteProgram() function
198 (context->skipValidation() || ValidateDeleteProgram(context, programPacked)); in GL_DeleteProgram()
831 (context->skipValidation() || ValidateDeleteProgram(context, programPacked)); in GL_DeleteProgram()