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;
34 OverlayState::OverlayState() : mEnabledWidgetCount(0), mOverlayWidgets{} {} in OverlayState() function in gl::OverlayState35 OverlayState::~OverlayState() = default;
29 class OverlayState : angle::NonCopyable32 OverlayState();33 ~OverlayState();104 OverlayState mState;
18 class OverlayState; variable91 friend class gl::OverlayState;152 friend class gl::OverlayState;
2701 void OverlayState::initFontData(uint8_t *fontData) const in initFontData()2723 void OverlayState::initFontData(uint8_t *fontData) const in initFontData()
439 size_t OverlayState::getWidgetCoordinatesBufferSize() const in getWidgetCoordinatesBufferSize()444 size_t OverlayState::getTextWidgetsBufferSize() const in getTextWidgetsBufferSize()449 size_t OverlayState::getGraphWidgetsBufferSize() const in getGraphWidgetsBufferSize()454 void OverlayState::fillEnabledWidgetCoordinates(const gl::Extents &imageExtents, in fillEnabledWidgetCoordinates()501 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()
450 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
3203 OverlayImpl *ContextVk::createOverlay(const gl::OverlayState &state) in createOverlay()
198 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
411 OverlayImpl *ContextNULL::createOverlay(const gl::OverlayState &state) in createOverlay()
71 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
146 OverlayImpl *Context9::createOverlay(const gl::OverlayState &state) in createOverlay()
86 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
178 OverlayImpl *ContextGL::createOverlay(const gl::OverlayState &state) in createOverlay()
72 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
244 OverlayImpl *Context11::createOverlay(const gl::OverlayState &state) in createOverlay()
197 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
881 OverlayImpl *ContextMtl::createOverlay(const gl::OverlayState &state)