MCPcopy Create free account
hub / github.com/canonical/mir / commit

Method commit

src/platform/graphics/cpu_copy_output_surface.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194auto mgc::CPUCopyOutputSurface::commit() -> std::unique_ptr<mg::Framebuffer>
195{
196 return impl->commit();
197}
198
199auto mgc::CPUCopyOutputSurface::size() const -> geom::Size
200{

Callers

nothing calls this directly

Calls 6

glBindFramebufferFunction · 0.85
glReadPixelsFunction · 0.85
alloc_fbMethod · 0.45
map_writeableMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected