Searched refs:createOverlay (Results 1 – 15 of 15) sorted by relevance
77 OverlayImpl *createOverlay(const gl::OverlayState &state) override { return nullptr; } in createOverlay() function102 MOCK_METHOD1(createOverlay, OverlayImpl *(const gl::OverlayState &));
102 virtual OverlayImpl *createOverlay(const gl::OverlayState &state) = 0;
35 : mLastPerSecondUpdate(0), mImplementation(factory->createOverlay(mState)) in Overlay()
235 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
469 OverlayImpl *ContextNULL::createOverlay(const gl::OverlayState &state) in createOverlay() function in rx::ContextNULL
71 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
147 OverlayImpl *Context9::createOverlay(const gl::OverlayState &state) in createOverlay() function in rx::Context9
72 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
246 OverlayImpl *Context11::createOverlay(const gl::OverlayState &state) in createOverlay() function in rx::Context11
93 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
203 OverlayImpl *ContextGL::createOverlay(const gl::OverlayState &state) in createOverlay() function in rx::ContextGL
245 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
1214 OverlayImpl *ContextMtl::createOverlay(const gl::OverlayState &state)
311 OverlayImpl *createOverlay(const gl::OverlayState &state) override;
4135 OverlayImpl *ContextVk::createOverlay(const gl::OverlayState &state) in createOverlay() function in rx::ContextVk