Lines Matching refs:GraphiteGpuContext
45 return std::make_unique<GraphiteGpuContext>( in MakeVulkan_Graphite()
49 GraphiteGpuContext::GraphiteGpuContext(std::unique_ptr<skgpu::graphite::Context> context) in GraphiteGpuContext() function in android::renderengine::skia::GraphiteGpuContext
65 GraphiteGpuContext::~GraphiteGpuContext() { in ~GraphiteGpuContext()
81 std::shared_ptr<skgpu::graphite::Context> GraphiteGpuContext::graphiteContext() { in graphiteContext()
85 std::shared_ptr<skgpu::graphite::Recorder> GraphiteGpuContext::graphiteRecorder() { in graphiteRecorder()
89 std::unique_ptr<SkiaBackendTexture> GraphiteGpuContext::makeBackendTexture(AHardwareBuffer* buffer, in makeBackendTexture()
94 sk_sp<SkSurface> GraphiteGpuContext::createRenderTarget(SkImageInfo imageInfo) { in createRenderTarget()
99 size_t GraphiteGpuContext::getMaxRenderTargetSize() const { in getMaxRenderTargetSize()
105 size_t GraphiteGpuContext::getMaxTextureSize() const { in getMaxTextureSize()
109 bool GraphiteGpuContext::isAbandonedOrDeviceLost() { in isAbandonedOrDeviceLost()
113 void GraphiteGpuContext::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const { in dumpMemoryStatistics()