HomeSort by relevance Sort by last modified time
    Searched defs:isGLVersionAtLeast (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 62 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor);
392 if (true == isGLVersionAtLeast(gl, 4, 5))
422 bool isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor)
    [all...]
gl4cShadingLanguage420PackTests.cpp 1365 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor)
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]
gl4cGPUShaderFP64Tests.cpp 1474 bool Utils::isGLVersionAtLeast(const glw::Functions& gl, glw::GLint required_major, glw::GLint required_minor)
    [all...]

Completed in 1093 milliseconds