Searched refs:GaneshGpuContext (Results 1 – 3 of 3) sorted by relevance
54 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::GaneshGpuContext69 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 …]
25 class GaneshGpuContext : public SkiaGpuContext {27 GaneshGpuContext(sk_sp<GrDirectContext> grContext);28 ~GaneshGpuContext() override;48 DISALLOW_COPY_AND_ASSIGN(GaneshGpuContext);
95 "skia/compat/GaneshGpuContext.cpp",