Searched refs:GetInfoLog (Results 1 – 12 of 12) sorted by relevance
72 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
84 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
67 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
265 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
44 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
196 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
687 const std::string &GetInfoLog(const ShHandle handle);
337 std::string log = sh::GetInfoLog(compiler); in main()
411 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()
425 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function