Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DGraphiteGpuContext.cpp45 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()
[all …]
DGraphiteGpuContext.h26 class GraphiteGpuContext : public SkiaGpuContext {
28 GraphiteGpuContext(std::unique_ptr<skgpu::graphite::Context> context);
29 ~GraphiteGpuContext() override;
58 DISALLOW_COPY_AND_ASSIGN(GraphiteGpuContext);
/frameworks/native/libs/renderengine/
DAndroid.bp97 "skia/compat/GraphiteGpuContext.cpp",