Searched refs:required_major (Results 1 – 8 of 8) sorted by relevance
/external/python/setuptools/setuptools/ |
D | glibc.py | 36 def check_glibc_version(version_str, required_major, minimum_minor): argument 48 return (int(m.group("major")) == required_major and 52 def have_compatible_glibc(required_major, minimum_minor): argument 56 return check_glibc_version(version_str, required_major, minimum_minor)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 62 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi… 422 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi… in isGLVersionAtLeast() argument 432 if (major > required_major) in isGLVersionAtLeast() 437 else if (major == required_major) in isGLVersionAtLeast()
|
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 | gl4cShadingLanguage420PackTests.cpp | 1365 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint requ… in isGLVersionAtLeast() argument 1375 if (major > required_major) in isGLVersionAtLeast() 1380 else if (major == required_major) in isGLVersionAtLeast()
|
D | gl4cEnhancedLayoutsTests.hpp | 985 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi…
|
D | gl4cGPUShaderFP64Tests.cpp | 1474 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint requ… in isGLVersionAtLeast() argument 1484 if (major > required_major) in isGLVersionAtLeast() 1489 else if (major == required_major) in isGLVersionAtLeast()
|
D | gl4cEnhancedLayoutsTests.cpp | 1535 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() argument 1545 if (major > required_major) in isGLVersionAtLeast() 1550 else if (major == required_major) in isGLVersionAtLeast()
|