Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DShaderExtensionTest.h72 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
/external/angle/src/tests/compiler_tests/
DOES_sample_variables_test.cpp84 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DFragDepth_test.cpp59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DAPPLE_clip_distance_test.cpp67 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DEXT_clip_cull_distance_test.cpp265 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DShCompile_test.cpp44 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
DEXT_shader_framebuffer_fetch_test.cpp196 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DExpressionLimit_test.cpp235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
/external/angle/include/GLSLANG/
DShaderLang.h687 const std::string &GetInfoLog(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp337 std::string log = sh::GetInfoLog(compiler); in main()
/external/angle/src/libANGLE/
DShader.cpp411 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()
/external/angle/src/compiler/translator/
DShaderLang.cpp425 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function