Home
last modified time | relevance | path

Searched refs:protectedDrawingContext_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_vulkan_context_test.cpp220 …RsVulkanContext::protectedDrawingContext_ = rsProtectedVulkanInterface.CreateDrawingContext(false,…
238 …RsVulkanContext::protectedDrawingContext_ = rsProtectedVulkanInterface.CreateDrawingContext(false,…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp40 thread_local std::shared_ptr<Drawing::GPUContext> RsVulkanContext::protectedDrawingContext_ = nullp… member in OHOS::Rosen::RsVulkanContext
564 protectedDrawingContext_ = rsProtectedVulkanInterface.CreateDrawingContext( in RsVulkanContext()
625 auto& drawingContext = isProtected_ ? protectedDrawingContext_ : drawingContext_; in CreateDrawingContext()
635 auto& drawingContext = isProtected_ ? protectedDrawingContext_ : drawingContext_; in GetDrawingContext()
H A Drs_vulkan_context.h359 static thread_local std::shared_ptr<Drawing::GPUContext> protectedDrawingContext_; variable