Home
last modified time | relevance | path

Searched defs:GpuCompositionResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DGpuCompositionResult.h24 struct GpuCompositionResult { struct
30 std::shared_ptr<renderengine::ExternalTexture> buffer = nullptr;
32 bool bufferAvailable() const { return buffer != nullptr; }; in bufferAvailable()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h301 using GpuCompositionResult = compositionengine::impl::GpuCompositionResult; variable