Home
last modified time | relevance | path

Searched refs:RenderContextSample (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp30 void RenderContextSample::Run() in Run()
39 backend_->RegScreenHotplug(RenderContextSample::OnScreenPlug, this); in Run()
54 backend_->RegPrepareComplete(RenderContextSample::OnPrepareCompleted, this); in Run()
64 void RenderContextSample::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug()
67 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnScreenPlug()
71 void RenderContextSample::OnPrepareCompleted( in OnPrepareCompleted()
87 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnPrepareCompleted()
91 void RenderContextSample::InitEGL() in InitEGL()
97 void RenderContextSample::Init() in Init()
114 void RenderContextSample
[all...]
H A Drender_context_sample.h32 class RenderContextSample : public IBufferConsumerListenerClazz { class
34 RenderContextSample() = default;
35 virtual ~RenderContextSample() = default;

Completed in 2 milliseconds