Searched refs:getMaxConformantESVersion (Results 1 – 19 of 19) sorted by relevance
52 gl::Version getMaxConformantESVersion() const override;
129 gl::Version DisplayGL::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::DisplayGL
193 gl::Version DisplayVk::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::DisplayVk195 return mRenderer->getMaxConformantESVersion(); in getMaxConformantESVersion()
122 gl::Version getMaxConformantESVersion() const override;
146 gl::Version getMaxConformantESVersion() const;
2188 gl::Version RendererVk::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::RendererVk
145 gl::Version DisplayNULL::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::DisplayNULL
427 gl::Version DisplayD3D::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::DisplayD3D429 return mRenderer->getMaxConformantESVersion(); in getMaxConformantESVersion()
94 gl::Version getMaxConformantESVersion() const override;
409 virtual gl::Version getMaxConformantESVersion() const = 0;
106 virtual gl::Version getMaxConformantESVersion() const = 0;
92 gl::Version getMaxConformantESVersion() const override;
378 gl::Version DisplayMtl::getMaxConformantESVersion() const
400 gl::Version getMaxConformantESVersion() const override;
3136 gl::Version Renderer9::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::Renderer9
409 gl::Version getMaxConformantESVersion() const override;
4027 gl::Version Renderer11::getMaxConformantESVersion() const in getMaxConformantESVersion() function in rx::Renderer11
148 return std::max(display->getImplementation()->getMaxConformantESVersion(), in GetClientVersion()