Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvulkancontext_fuzzer/
H A Drsvulkancontext_fuzzer.cpp78 rsVulkanInterface.GetVulkanVersion(); in DoSomethingInterestingWithMyAPI()
95 rsVulkanContext.GetVulkanVersion(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h196 inline const std::string GetVulkanVersion() const in GetVulkanVersion() function
320 inline const std::string GetVulkanVersion() in GetVulkanVersion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp329 std::string vulkanVersion = RsVulkanContext::GetSingleton().GetVulkanVersion(); in CreateShareGrContext()