Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_vulkan_context_test.cpp112 EXPECT_FALSE(rsVulkanInterface.CreateSkiaBackendContext(nullptr, true, true));
116 …EXPECT_TRUE(rsVulkanInterface.CreateSkiaBackendContext(&rsVulkanInterface.backendContext_, true, t…
117 …EXPECT_TRUE(rsVulkanInterface.CreateSkiaBackendContext(&rsVulkanInterface.backendContext_, false, …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp81 CreateSkiaBackendContext(&backendContext_, false, isProtected); in Init()
83 CreateSkiaBackendContext(&hbackendContext_, true, isProtected); in Init()
85 CreateSkiaBackendContext(&backendContext_, false, isProtected); in Init()
287 bool RsVulkanInterface::CreateSkiaBackendContext(GrVkBackendContext* context, bool createNew, bool … in CreateSkiaBackendContext() function in OHOS::Rosen::RsVulkanInterface
533 CreateSkiaBackendContext(&hbackendContext_, true, isProtected); in CreateNewDrawingContext()
H A Drs_vulkan_context.h99 …bool CreateSkiaBackendContext(GrVkBackendContext* context, bool createNew = false, bool isProtecte…