Searched refs:required_minor (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 62 …isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor); 422 … isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() argument 439 if (minor >= required_minor) in isGLVersionAtLeast()
|
D | gl4cGPUShaderFP64Tests.hpp | 150 …isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
D | gl4cShadingLanguage420PackTests.hpp | 441 …isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
D | gl4cEnhancedLayoutsTests.hpp | 985 …isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
|
D | gl4cShadingLanguage420PackTests.cpp | 1365 …:isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() argument 1382 if (minor >= required_minor) in isGLVersionAtLeast()
|
D | gl4cGPUShaderFP64Tests.cpp | 1474 …:isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor) in isGLVersionAtLeast() argument 1491 if (minor >= required_minor) in isGLVersionAtLeast()
|
D | gl4cEnhancedLayoutsTests.cpp | 1535 bool isGLVersionAtLeast(const Functions& gl, GLint required_major, GLint required_minor) in isGLVersionAtLeast() argument 1552 if (minor >= required_minor) in isGLVersionAtLeast()
|