Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvulkancontext_fuzzer/
H A Drsvulkancontext_fuzzer.cpp86 rsVulkanContext.SetIsProtected(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp115 RsVulkanContext::GetSingleton().SetIsProtected(true); in Start()
545 RsVulkanContext::GetSingleton().SetIsProtected(isProtected); in Redraw()
548 RsVulkanContext::GetSingleton().SetIsProtected(false); in Redraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_vulkan_context_test.cpp252 rsVulkanContext.SetIsProtected(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h280 void SetIsProtected(bool isProtected);
H A Drs_vulkan_context.cpp643 void RsVulkanContext::SetIsProtected(bool isProtected) in SetIsProtected() function in OHOS::Rosen::RsVulkanContext