Home
last modified time | relevance | path

Searched refs:GetHardWareGrContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvulkancontext_fuzzer/
H A Drsvulkancontext_fuzzer.cpp80 rsVulkanInterface.GetHardWareGrContext(); in DoSomethingInterestingWithMyAPI()
99 rsVulkanContext.GetHardWareGrContext(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h205 std::shared_ptr<Drawing::GPUContext> GetHardWareGrContext() const in GetHardWareGrContext() function
336 std::shared_ptr<Drawing::GPUContext> GetHardWareGrContext() in GetHardWareGrContext() function
338 return GetRsVulkanInterface().GetHardWareGrContext(); in GetHardWareGrContext()
H A Drs_surface_ohos_vulkan.cpp296 if (vkContext.GetHardWareGrContext().get() == mSkContext.get()) { in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp300 if (vkContext.GetHardWareGrContext().get() == drContext_.get()) { in NativeFlushFrame()