Searched refs:GraphiteBackendTexture (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/renderengine/skia/compat/ |
D | GraphiteBackendTexture.cpp | 37 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()
|
D | GraphiteBackendTexture.h | 34 class GraphiteBackendTexture : public SkiaBackendTexture { 38 GraphiteBackendTexture(std::shared_ptr<skgpu::graphite::Recorder> recorder, 41 ~GraphiteBackendTexture() override; 51 DISALLOW_COPY_AND_ASSIGN(GraphiteBackendTexture);
|
D | GraphiteGpuContext.cpp | 91 return std::make_unique<GraphiteBackendTexture>(graphiteRecorder(), buffer, isOutputBuffer); in makeBackendTexture()
|
/frameworks/native/libs/renderengine/ |
D | Android.bp | 96 "skia/compat/GraphiteBackendTexture.cpp",
|