Searched refs:OverlayState (Results 1 – 22 of 22) sorted by relevance
23 class OverlayState; variable31 OverlayImpl(const gl::OverlayState &state) : mState(state) {} in OverlayImpl()39 const gl::OverlayState &mState;
102 virtual OverlayImpl *createOverlay(const gl::OverlayState &state) = 0;
31 OverlayState::OverlayState() : mEnabledWidgetCount(0), mOverlayWidgets{} {} in OverlayState() function in gl::OverlayState32 OverlayState::~OverlayState() = default;
29 class OverlayState : angle::NonCopyable32 OverlayState();33 ~OverlayState();106 OverlayState mState;
19 class OverlayState; variable70 friend class gl::OverlayState;147 friend class gl::OverlayState;
2701 void OverlayState::initFontData(uint8_t *fontData) const in initFontData()2723 void OverlayState::initFontData(uint8_t *fontData) const in initFontData()
511 size_t OverlayState::getWidgetCoordinatesBufferSize() const in getWidgetCoordinatesBufferSize()516 size_t OverlayState::getTextWidgetsBufferSize() const in getTextWidgetsBufferSize()521 size_t OverlayState::getGraphWidgetsBufferSize() const in getGraphWidgetsBufferSize()526 void OverlayState::fillEnabledWidgetCoordinates(const gl::Extents &imageExtents, in fillEnabledWidgetCoordinates()573 void OverlayState::fillWidgetData(const gl::Extents &imageExtents, in fillWidgetData()
77 OverlayImpl *createOverlay(const gl::OverlayState &state) override { return nullptr; } in createOverlay()102 MOCK_METHOD1(createOverlay, OverlayImpl *(const gl::OverlayState &));
25 OverlayVk(const gl::OverlayState &state);
21 OverlayVk::OverlayVk(const gl::OverlayState &state) in OverlayVk()
311 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
4135 OverlayImpl *ContextVk::createOverlay(const gl::OverlayState &state) in createOverlay()
71 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
147 OverlayImpl *Context9::createOverlay(const gl::OverlayState &state) in createOverlay()
235 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
469 OverlayImpl *ContextNULL::createOverlay(const gl::OverlayState &state) in createOverlay()
72 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
246 OverlayImpl *Context11::createOverlay(const gl::OverlayState &state) in createOverlay()
93 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
203 OverlayImpl *ContextGL::createOverlay(const gl::OverlayState &state) in createOverlay()
245 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
1214 OverlayImpl *ContextMtl::createOverlay(const gl::OverlayState &state)