Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DSkiaGpuContext.h65 static std::unique_ptr<SkiaGpuContext> MakeVulkan_Graphite(
DGraphiteGpuContext.cpp43 std::unique_ptr<SkiaGpuContext> SkiaGpuContext::MakeVulkan_Graphite( in MakeVulkan_Graphite() function in android::renderengine::skia::SkiaGpuContext
/frameworks/native/libs/renderengine/skia/
DGraphiteVkRenderEngine.cpp64 return SkiaGpuContext::MakeVulkan_Graphite(vulkanInterface.getGraphiteBackendContext()); in createContext()