Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.cpp54 return std::make_unique<GaneshGpuContext>( in MakeGL_Ganesh()
61 return std::make_unique<GaneshGpuContext>( in MakeVulkan_Ganesh()
65 GaneshGpuContext::GaneshGpuContext(sk_sp<GrDirectContext> grContext) : mGrContext(grContext) { in GaneshGpuContext() function in android::renderengine::skia::GaneshGpuContext
69 GaneshGpuContext::~GaneshGpuContext() { in ~GaneshGpuContext()
74 sk_sp<GrDirectContext> GaneshGpuContext::grDirectContext() { in grDirectContext()
78 std::unique_ptr<SkiaBackendTexture> GaneshGpuContext::makeBackendTexture(AHardwareBuffer* buffer, in makeBackendTexture()
83 sk_sp<SkSurface> GaneshGpuContext::createRenderTarget(SkImageInfo imageInfo) { in createRenderTarget()
92 size_t GaneshGpuContext::getMaxRenderTargetSize() const { in getMaxRenderTargetSize()
96 size_t GaneshGpuContext::getMaxTextureSize() const { in getMaxTextureSize()
100 bool GaneshGpuContext::isAbandonedOrDeviceLost() { in isAbandonedOrDeviceLost()
[all …]
DGaneshGpuContext.h25 class GaneshGpuContext : public SkiaGpuContext {
27 GaneshGpuContext(sk_sp<GrDirectContext> grContext);
28 ~GaneshGpuContext() override;
48 DISALLOW_COPY_AND_ASSIGN(GaneshGpuContext);
/frameworks/native/libs/renderengine/
DAndroid.bp95 "skia/compat/GaneshGpuContext.cpp",