Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DGraphiteBackendTexture.cpp37 GraphiteBackendTexture::GraphiteBackendTexture(std::shared_ptr<skgpu::graphite::Recorder> recorder, in GraphiteBackendTexture() function in android::renderengine::skia::GraphiteBackendTexture
64 GraphiteBackendTexture::~GraphiteBackendTexture() { in ~GraphiteBackendTexture()
71 sk_sp<SkImage> GraphiteBackendTexture::makeImage(SkAlphaType alphaType, ui::Dataspace dataspace, in makeImage()
84 sk_sp<SkSurface> GraphiteBackendTexture::makeSurface(ui::Dataspace dataspace, in makeSurface()
99 void GraphiteBackendTexture::logFatalTexture(const char* msg, ui::Dataspace dataspace, in logFatalTexture()
DGraphiteBackendTexture.h34 class GraphiteBackendTexture : public SkiaBackendTexture {
38 GraphiteBackendTexture(std::shared_ptr<skgpu::graphite::Recorder> recorder,
41 ~GraphiteBackendTexture() override;
51 DISALLOW_COPY_AND_ASSIGN(GraphiteBackendTexture);
DGraphiteGpuContext.cpp91 return std::make_unique<GraphiteBackendTexture>(graphiteRecorder(), buffer, isOutputBuffer); in makeBackendTexture()
/frameworks/native/libs/renderengine/
DAndroid.bp96 "skia/compat/GraphiteBackendTexture.cpp",