Searched refs:getLogShaderType (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderProgram.cpp | 65 log << tcu::TestLog::Shader(glu::getLogShaderType((glu::ShaderType)shaderType), in logShader()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderProgram.cpp | 585 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType() function 611 return log << tcu::TestLog::Shader(getLogShaderType(shaderInfo.type), shaderInfo.source, shaderInfo.compileOk, shaderInfo.infoLog); in operator <<() 714 log << tcu::TestLog::Shader(getLogShaderType((ShaderType)shaderType), in operator <<()
|
H A D | gluShaderProgram.hpp | 222 qpShaderType getLogShaderType (ShaderType shaderType);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 648 qpShaderType qpType = glu::getLogShaderType(m_shaderType); 1127 qpShaderType qpType = glu::getLogShaderType(shaderType);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 291 log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoLog); in logShader()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 345 log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoLog); in logShader()
|
Completed in 11 milliseconds