Home
last modified time | relevance | path

Searched refs:isGLVersionAtLeast (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp150 static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
H A Dgl4cBufferStorageTests.cpp62 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 Dgl4cGPUShaderFP64Tests.cpp1474 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 Dgl4cShadingLanguage420PackTests.hpp441 static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
H A Dgl4cEnhancedLayoutsTests.hpp985 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
H A Dgl4cShadingLanguage420PackTests.cpp1363 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 Dgl4cEnhancedLayoutsTests.cpp1537 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() function

Completed in 82 milliseconds