Searched refs:getInfoDebugLog (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 269 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 …]
|
D | Link.FromFile.cpp | 66 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P() 74 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
D | Config.FromFile.cpp | 76 {testCase.input, shader.getInfoLog(), shader.getInfoDebugLog()}); in TEST_P() 83 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
D | Link.FromFile.Vk.cpp | 67 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P() 75 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 566 const char* getInfoDebugLog(); 686 const char* getInfoDebugLog();
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 784 puts(shader->getInfoDebugLog()); in GLSLtoSPV() 799 puts(shader->getInfoDebugLog()); in GLSLtoSPV()
|
/external/deqp-deps/glslang/StandAlone/ |
D | StandAlone.cpp | 1014 StderrIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits() 1027 PutsIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits() 1049 PutsIfNonEmpty(program.getInfoDebugLog()); in CompileAndLinkShaderUnits()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1834 const char* TShader::getInfoDebugLog() in getInfoDebugLog() function in glslang::TShader 1960 const char* TProgram::getInfoDebugLog() in getInfoDebugLog() function in glslang::TProgram
|