Searched refs:GetInfoLog (Results 1 – 14 of 14) sorted by relevance
100 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()172 ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TEST_P()
88 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
47 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
92 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
185 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
295 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
181 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
74 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
778 const std::string &GetInfoLog(const ShHandle handle);
363 std::string log = sh::GetInfoLog(compiler); in main()
434 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function
514 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()