Searched defs:GpuCompositionResult (Results 1 – 2 of 2) sorted by relevance
24 struct GpuCompositionResult { struct30 std::shared_ptr<renderengine::ExternalTexture> buffer = nullptr;32 bool bufferAvailable() const { return buffer != nullptr; }; in bufferAvailable()
301 using GpuCompositionResult = compositionengine::impl::GpuCompositionResult; variable