Home
last modified time | relevance | path

Searched refs:required_major (Results 1 – 9 of 9) sorted by relevance

/external/python/setuptools/setuptools/
Dglibc.py36 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/
Dax_pkg_swig.m480 [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/
Dgl4cBufferStorageTests.cpp62 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()
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…
Dgl4cShadingLanguage420PackTests.cpp1365 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()
Dgl4cEnhancedLayoutsTests.hpp982 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_mi…
Dgl4cGPUShaderFP64Tests.cpp1474 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()
Dgl4cEnhancedLayoutsTests.cpp1478 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()