Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DContextPriv.h75 bool supportsPathRendererStrategy(PathRendererStrategy);
H A DContext.cpp908 bool ContextPriv::supportsPathRendererStrategy(PathRendererStrategy strategy) { in supportsPathRendererStrategy() function in skgpu::graphite::ContextPriv
/aosp_15_r20/external/skia/tools/viewer/
H A DViewer.cpp2339 if (gctx->priv().supportsPathRendererStrategy(strategies[i])) { in drawImGui()