Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp62 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
Dgl4cGPUShaderFP64Tests.hpp150 …static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint req…
Dgl4cShadingLanguage420PackTests.hpp441 …static bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint req…
Dgl4cGPUShaderFP64Tests.cpp1474 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()
Dgl4cEnhancedLayoutsTests.hpp982 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi…
Dgl4cShadingLanguage420PackTests.cpp1365 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()
Dgl4cEnhancedLayoutsTests.cpp1478 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() function