Searched refs:writeCompileInfo (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIntegerMixTests.cpp | 261 log.writeCompileInfo("shader", "", false, infoLog); in test()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.hpp | 153 void writeCompileInfo (const char* name, const char* description, bool compileOk, const char* infoLog);
|
H A D | tcuTestLog.cpp | 438 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const char* infoLog) in writeCompileInfo() function in tcu::TestLog
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1305 Logger::Get()->writeCompileInfo("shader", "", status == GL_TRUE, infoLog); 1378 Logger::Get()->writeCompileInfo("program", "", status == GL_TRUE, infoLog);
|
Completed in 7 milliseconds