Searched defs:vkContext (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 32 bool GetNativeBufferFormatProperties(RsVulkanContext& vkContext, VkDevice device, OH_NativeBuffer* … in GetNativeBufferFormatProperties() 50 bool CreateVkImage(RsVulkanContext& vkContext, VkImage* image, in CreateVkImage() 107 bool AllocateDeviceMemory(RsVulkanContext& vkContext, VkDeviceMemory* memory, VkImage& image, in AllocateDeviceMemory() 162 bool BindImageMemory(VkDevice device, RsVulkanContext& vkContext, VkImage& image, VkDeviceMemory& m… in BindImageMemory() 191 auto& vkContext = RsVulkanContext::GetSingleton(); in MakeFromNativeWindowBuffer() local 295 auto& vkContext = RsVulkanContext::GetSingleton(); in MakeBackendTextureFromNativeBuffer() local
|
H A D | rs_surface_ohos_vulkan.cpp | 115 …VkSemaphore& semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore() 214 auto& vkContext = RsVulkanContext::GetSingleton(); in RequestFrame() local 252 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in FlushFrame() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_vulkan.cpp | 132 …VkSemaphore* semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore() 216 auto& vkContext = RsVulkanContext::GetSingleton(); in NativeRequestFrame() local 268 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in NativeFlushFrame() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | native_buffer_utils_test.cpp | 103 auto vkContext = RsVulkanContext::GetSingleton(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/ |
H A D | rssurfaceohosvulkan_fuzzer.cpp | 297 const auto& vkContext = RsVulkanContext::GetSingleton(); in DoCreateVkSemaphore() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1194 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in FindMemoryType() local 1246 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in MakeBackendTexture() local 1748 auto& vkContext = RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in OptimizedFlushAndSubmit() local
|
H A D | rs_render_service.cpp | 605 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in DumpVkTextureLimit() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 63 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in findMemoryType() local 113 auto& vkContext = OHOS::Rosen::RsVulkanContext::GetSingleton().GetRsVulkanInterface(); in MakeBackendTexture() local
|