Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DSkiaGpuContext.h57 static std::unique_ptr<SkiaGpuContext> MakeVulkan_Ganesh(
DGaneshGpuContext.cpp58 std::unique_ptr<SkiaGpuContext> SkiaGpuContext::MakeVulkan_Ganesh( in MakeVulkan_Ganesh() function in android::renderengine::skia::SkiaGpuContext
/frameworks/native/libs/renderengine/skia/
DGaneshVkRenderEngine.cpp55 return SkiaGpuContext::MakeVulkan_Ganesh(vulkanInterface.getGaneshBackendContext(), in createContext()