Searched refs:isGLVersionAtLeast (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.hpp | 150 static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
H A D | gl4cBufferStorageTests.cpp | 62 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor); 392 if (true == isGLVersionAtLeast(gl, 4, 5)) in getDirectStateAccessSupport() 422 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() function
|
H A D | gl4cGPUShaderFP64Tests.cpp | 1474 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() function in gl4cts::Utils 4480 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in testInit() 6064 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initProgramObjects() 8685 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initTest() 10898 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initTest()
|
H A D | gl4cShadingLanguage420PackTests.hpp | 441 static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
H A D | gl4cEnhancedLayoutsTests.hpp | 985 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
H A D | gl4cShadingLanguage420PackTests.cpp | 1363 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() function in gl4cts::GLSL420Pack::Utils 1474 m_is_compute_shader_supported = Utils::isGLVersionAtLeast(gl, 4, 3); in iterate()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 1537 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() function
|
Completed in 82 milliseconds