Searched refs:required_major (Results 1 – 9 of 9) 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/libnl/m4/ |
D | ax_pkg_swig.m4 | 80 [required_major=`echo $required | sed 's/[^0-9].*//'`] 81 if test -z "$required_major" ; then 82 [required_major=0] 113 required_swig_vernum=`expr $required_major \* 10000 \
|
/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 | 982 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 | 1478 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() argument 1488 if (major > required_major) in isGLVersionAtLeast() 1493 else if (major == required_major) in isGLVersionAtLeast()
|