Searched refs:printShaderSource (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 162 static void printShaderSource(const glw::GLchar* source, tcu::MessageBuilder& log);
|
H A D | glcViewportArrayTests.cpp | 664 void Utils::program::printShaderSource(const GLchar* source, tcu::MessageBuilder& log) in printShaderSource() function in glcts::ViewportArray::Utils::program 2581 Utils::program::printShaderSource(exc.m_shader_source.c_str(), message); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 1786 Utils::program::printShaderSource(exc.m_shader_source, message); in testCompute() 1845 Utils::program::printShaderSource(exc.m_shader_source, message); in testDrawArray() 2070 Utils::program::printShaderSource(exc.m_shader_source, message); in testCompute() 2090 Utils::program::printShaderSource(compute_shader, message); in testCompute() 2173 Utils::program::printShaderSource(exc.m_shader_source, message); in testDrawArray() 2198 Utils::program::printShaderSource(*data[i], message); in testDrawArray() 18454 void Utils::program::printShaderSource(const shaderSource& source, tcu::MessageBuilder& log) in printShaderSource() function in gl4cts::GLSL420Pack::Utils::program
|
H A D | gl4cShadingLanguage420PackTests.hpp | 300 static void printShaderSource(const shaderSource& source, tcu::MessageBuilder& log);
|
Completed in 44 milliseconds