Home
last modified time | relevance | path

Searched refs:writeCompileInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIntegerMixTests.cpp261 log.writeCompileInfo("shader", "", false, infoLog); in test()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp153 …void writeCompileInfo (const char* name, const char* description, bool compileOk, const char* …
DtcuTestLog.cpp426 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo() function in tcu::TestLog
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp1305 Logger::Get()->writeCompileInfo("shader", "", status == GL_TRUE, infoLog); in CreatePrograms()
1378 Logger::Get()->writeCompileInfo("program", "", status == GL_TRUE, infoLog); in CreatePrograms()