Searched refs:isGLVersionAtLeast (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 62 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi… 392 if (true == isGLVersionAtLeast(gl, 4, 5)) in getDirectStateAccessSupport() 422 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi… in isGLVersionAtLeast() function
|
D | gl4cGPUShaderFP64Tests.hpp | 150 …static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint req…
|
D | gl4cShadingLanguage420PackTests.hpp | 441 …static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint req…
|
D | gl4cGPUShaderFP64Tests.cpp | 1474 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint requ… in isGLVersionAtLeast() function in gl4cts::Utils 4492 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in testInit() 6094 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initProgramObjects() 8712 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initTest() 10928 (true == Utils::isGLVersionAtLeast(gl, 4 /* major */, 2 /* minor */))) in initTest()
|
D | gl4cEnhancedLayoutsTests.hpp | 982 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi…
|
D | gl4cShadingLanguage420PackTests.cpp | 1365 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint requ… in isGLVersionAtLeast() function in gl4cts::GLSL420Pack::Utils 1476 m_is_compute_shader_supported = Utils::isGLVersionAtLeast(gl, 4, 3); in iterate()
|
D | gl4cEnhancedLayoutsTests.cpp | 1478 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() function
|