Searched refs:ValidateCompileShader (Results 1 – 4 of 4) sorted by relevance
73 bool ValidateCompileShader(const Context *context, ShaderProgramID shaderPacked);
4182 bool ValidateCompileShader(const Context *context, ShaderProgramID shader) in ValidateCompileShader() function
117 (context->skipValidation() || ValidateCompileShader(context, shaderPacked)); in GL_CompileShader()
527 (context->skipValidation() || ValidateCompileShader(context, shaderPacked)); in GL_CompileShader()