Home
last modified time | relevance | path

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

/third_party/glslang/gtests/
DTestFixture.h273 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
274 program.getInfoLog(), program.getInfoDebugLog(),
277 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
278 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""};
334 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap()
335 program.getInfoLog(), program.getInfoDebugLog(), in compileLinkIoMap()
338 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap()
339 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""}; in compileLinkIoMap()
380 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
381 program.getInfoLog(), program.getInfoDebugLog(),
[all …]
DLink.FromFile.cpp66 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P()
74 result.linkingError = program.getInfoDebugLog(); in TEST_P()
DConfig.FromFile.cpp76 {testCase.input, shader.getInfoLog(), shader.getInfoDebugLog()}); in TEST_P()
83 result.linkingError = program.getInfoDebugLog(); in TEST_P()
DLink.FromFile.Vk.cpp68 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P()
76 result.linkingError = program.getInfoDebugLog(); in TEST_P()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp383 …g_shader_get_info_debug_log(glslang_shader_t* shader) { return shader->shader->getInfoDebugLog(); } in glslang_shader_get_info_debug_log()
427 return program->program->getInfoDebugLog(); in glslang_program_get_info_debug_log()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp163 << shader.getInfoDebugLog() << "\n"; in GlslangCompileToSpirv()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp158 std::string debugLog = glslangShader->getInfoDebugLog(); in compileGLSLtoSPIRV()
/third_party/glslang/glslang/Public/
DShaderLang.h657 GLSLANG_EXPORT const char* getInfoDebugLog();
828 GLSLANG_EXPORT const char* getInfoDebugLog();
/third_party/glslang/StandAlone/
DStandAlone.cpp1108 StderrIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits()
1123 PutsIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits()
1147 PutsIfNonEmpty(program.getInfoDebugLog()); in CompileAndLinkShaderUnits()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1921 const char* TShader::getInfoDebugLog() in getInfoDebugLog() function in glslang::TShader
2057 const char* TProgram::getInfoDebugLog() in getInfoDebugLog() function in glslang::TProgram
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1453 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
1466 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1464 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
1477 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp1017 << shader->getInfoDebugLog() << "\n"; in GetShaderCodeImpl()
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc904 << shader.getInfoDebugLog() << "\n"; in GenerateGlsl()