Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/gtests/
DTestFixture.h269 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
270 program.getInfoLog(), program.getInfoDebugLog(),
273 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
274 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""};
325 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap()
326 program.getInfoLog(), program.getInfoDebugLog(), in compileLinkIoMap()
329 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap()
330 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""}; in compileLinkIoMap()
368 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},},
369 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.cpp67 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P()
75 result.linkingError = program.getInfoDebugLog(); in TEST_P()
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h566 const char* getInfoDebugLog();
686 const char* getInfoDebugLog();
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp784 puts(shader->getInfoDebugLog()); in GLSLtoSPV()
799 puts(shader->getInfoDebugLog()); in GLSLtoSPV()
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp1014 StderrIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits()
1027 PutsIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits()
1049 PutsIfNonEmpty(program.getInfoDebugLog()); in CompileAndLinkShaderUnits()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1834 const char* TShader::getInfoDebugLog() in getInfoDebugLog() function in glslang::TShader
1960 const char* TProgram::getInfoDebugLog() in getInfoDebugLog() function in glslang::TProgram