Searched refs:GaneshBackendTexture (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/renderengine/skia/compat/ |
D | GaneshBackendTexture.h | 30 class GaneshBackendTexture : public SkiaBackendTexture { 33 GaneshBackendTexture(sk_sp<GrDirectContext> grContext, AHardwareBuffer* buffer, 36 ~GaneshBackendTexture() override; 46 DISALLOW_COPY_AND_ASSIGN(GaneshBackendTexture);
|
D | GaneshBackendTexture.cpp | 40 GaneshBackendTexture::GaneshBackendTexture(sk_sp<GrDirectContext> grContext, in GaneshBackendTexture() function in android::renderengine::skia::GaneshBackendTexture 80 GaneshBackendTexture::~GaneshBackendTexture() { in ~GaneshBackendTexture() 87 sk_sp<SkImage> GaneshBackendTexture::makeImage(SkAlphaType alphaType, ui::Dataspace dataspace, in makeImage() 105 sk_sp<SkSurface> GaneshBackendTexture::makeSurface(ui::Dataspace dataspace, in makeSurface() 120 void GaneshBackendTexture::logFatalTexture(const char* msg, ui::Dataspace dataspace, in logFatalTexture()
|
D | GaneshGpuContext.cpp | 80 return std::make_unique<GaneshBackendTexture>(mGrContext, buffer, isOutputBuffer); in makeBackendTexture()
|
/frameworks/native/libs/renderengine/ |
D | Android.bp | 94 "skia/compat/GaneshBackendTexture.cpp",
|