Home
last modified time | relevance | path

Searched refs:GetInfoLog (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/tests/compiler_tests/
DAPPLE_clip_distance_test.cpp100 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
172 ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TEST_P()
DOES_sample_variables_test.cpp88 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DFragDepth_test.cpp59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DShCompile_test.cpp47 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
DPrecise_test.cpp92 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DEXT_shader_framebuffer_fetch_test.cpp185 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DEXT_clip_cull_distance_test.cpp295 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DKHR_blend_equation_advanced_test.cpp181 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DExpressionLimit_test.cpp235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
/external/angle/src/tests/test_utils/
DShaderExtensionTest.h74 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
/external/angle/include/GLSLANG/
DShaderLang.h778 const std::string &GetInfoLog(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp363 std::string log = sh::GetInfoLog(compiler); in main()
/external/angle/src/compiler/translator/
DShaderLang.cpp434 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function
/external/angle/src/libANGLE/
DShader.cpp514 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()