Home | History | Annotate | Download | only in performance

Lines Matching refs:compileShader

478 	bool						compileShader				(deUint32 shader) const;
652 bool compileShader (deUint32 shader) const;
1710 bool ShaderCompilerCase::compileShader (deUint32 shader) const
1714 gl.compileShader(shader);
1866 buildInfo.vertCompileSuccess = compileShader(shadersAndProgram.vertShader);
1867 buildInfo.fragCompileSuccess = compileShader(shadersAndProgram.fragShader);
1918 buildInfo.vertCompileSuccess = compileShader
1921 buildInfo.fragCompileSuccess = compileShader(shadersAndProgram.fragShader);
2400 bool InvalidShaderCompilerCase::compileShader (deUint32 shader) const
2404 gl.compileShader(shader);
2473 buildInfo.vertCompileSuccess = compileShader(shaders.vertShader);
2474 buildInfo.fragCompileSuccess = compileShader(shaders.fragShader);
2514 buildInfo.vertCompileSuccess = compileShader(shaders.vertShader);
2517 buildInfo.fragCompileSuccess = compileShader(shaders.fragShader);