Searched refs:ValidateCompileShader (Results 1 – 5 of 5) sorted by relevance
73 bool ValidateCompileShader(const Context *context, ShaderProgramID shaderPacked);
4602 bool ValidateCompileShader(const Context *context, ShaderProgramID shader) in ValidateCompileShader() function
104 (context->skipValidation() || ValidateCompileShader(context, shaderPacked)); in CompileShader()
458 (context->skipValidation() || ValidateCompileShader(context, shaderPacked)); in CompileShader()
9080 (context->skipValidation() || ValidateCompileShader(context, shaderPacked)); in CompileShaderContextANGLE()