Home
last modified time | relevance | path

Searched refs:graphiteRecorder (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/skia/compat/
DGraphiteGpuContext.cpp85 std::shared_ptr<skgpu::graphite::Recorder> GraphiteGpuContext::graphiteRecorder() { in graphiteRecorder() function in android::renderengine::skia::GraphiteGpuContext
91 return std::make_unique<GraphiteBackendTexture>(graphiteRecorder(), buffer, isOutputBuffer); in makeBackendTexture()
DGraphiteGpuContext.h32 std::shared_ptr<skgpu::graphite::Recorder> graphiteRecorder() override;
DSkiaGpuContext.h87 virtual std::shared_ptr<skgpu::graphite::Recorder> graphiteRecorder() { in graphiteRecorder() function
/frameworks/native/libs/renderengine/skia/
DGraphiteVkRenderEngine.cpp87 std::unique_ptr<graphite::Recording> recording = context->graphiteRecorder()->snap(); in flushAndSubmit()