Home
last modified time | relevance | path

Searched refs:GetRsVulkanInterface (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h282 RsVulkanInterface& GetRsVulkanInterface();
286 return GetRsVulkanInterface().IsValid(); in IsValid()
291 return GetRsVulkanInterface().CreateSkiaGetProc(); in CreateSkiaGetProc()
296 return GetRsVulkanInterface().GetRsVkMemStat(); in GetRsVkMemStat()
301 return GetRsVulkanInterface().GetPhysicalDevice(); in GetPhysicalDevice()
306 return GetRsVulkanInterface().GetDevice(); in GetDevice()
311 return GetRsVulkanInterface().GetQueue(); in GetQueue()
317 return GetRsVulkanInterface().GetGrVkBackendContext(useHBackendContext);
338 return GetRsVulkanInterface().GetHardWareGrContext(); in GetHardWareGrContext()
343 return GetRsVulkanInterface().GetHardwareQueue(); in GetHardwareQueue()
[all …]
H A Dnative_buffer_utils.h43 fDestroyImage_(vkContext.GetRsVulkanInterface().vkDestroyImage),
44 fFreeMemory_(vkContext.GetRsVulkanInterface().vkFreeMemory),
H A Dnative_buffer_utils.cpp42 …VkResult err = vkContext.GetRsVulkanInterface().vkGetNativeBufferPropertiesOHOS(device, nativeBuff… in GetNativeBufferFormatProperties()
98 VkResult err = vkContext.GetRsVulkanInterface().vkCreateImage(vkContext.GetDevice(), in CreateVkImage()
113 auto& vkInterface = vkContext.GetRsVulkanInterface(); in AllocateDeviceMemory()
164 auto& vkInterface = vkContext.GetRsVulkanInterface(); in BindImageMemory()
H A Drs_vulkan_context.cpp575 RsVulkanInterface& RsVulkanContext::GetRsVulkanInterface() in GetRsVulkanInterface() function in OHOS::Rosen::RsVulkanContext
593 RsVulkanInterface& vkInterface = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in HookedVkQueueSubmit()
609 RsVulkanInterface& vkInterface = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in HookedVkQueueSignalReleaseImageOHOS()
629 drawingContext = GetRsVulkanInterface().CreateDrawingContext(independentContext, isProtected_); in CreateDrawingContext()
639 drawingContext = GetRsVulkanInterface().CreateDrawingContext(false, isProtected_); in GetDrawingContext()
H A Drs_surface_ohos_vulkan.cpp121 auto& vkInterface = vkContext.GetRsVulkanInterface(); in CreateVkSemaphore()
252 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvulkancontext_fuzzer/
H A Drsvulkancontext_fuzzer.cpp87 rsVulkanContext.GetRsVulkanInterface(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp138 auto& rsInterface = vkContext.GetRsVulkanInterface(); in CreateVkSemaphore()
268 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in NativeFlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1194 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in FindMemoryType()
1246 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in MakeBackendTexture()
1748 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in OptimizedFlushAndSubmit()
H A Drs_render_service.cpp605 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in DumpVkTextureLimit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp63 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in findMemoryType()
113 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in MakeBackendTexture()