Home
last modified time | relevance | path

Searched refs:IsContextReady (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_vk.cpp36 bool RenderContextOhosVk::IsContextReady() in IsContextReady() function in OHOS::Rosen::RenderContextOhosVk
105 if (IsContextReady()) { in SwapBuffers()
H A Drender_context_ohos_gl.cpp117 if (IsContextReady()) { in Init()
166 bool RenderContextOhosGl::IsContextReady() in IsContextReady() function in OHOS::Rosen::RenderContextOhosGl
223 if (!IsContextReady()) { in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_vk.h33 bool IsContextReady() override;
H A Drender_context_ohos_gl.h38 bool IsContextReady() override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h33 virtual bool IsContextReady() { return false; } in IsContextReady() function