Home
last modified time | relevance | path

Searched refs:PixelSource (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DLayerSettings.h93 struct PixelSource { struct
136 PixelSource source = PixelSource();
175 static inline bool operator==(const PixelSource& lhs, const PixelSource& rhs) {
221 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo()
/aosp12/frameworks/native/libs/renderengine/skia/
H A DCache.cpp92 PixelSource{ in drawShadowLayers()
134 .source = PixelSource{.buffer = in drawImageLayers()
171 PixelSource{ in drawSolidLayers()
221 PixelSource bufferSource{.buffer = Buffer{ in drawClippedLayers()
226 PixelSource bufferOpaque{.buffer = Buffer{ in drawClippedLayers()
231 PixelSource colorSource{.solidColor = half3(0.1f, 0.2f, 0.3f)}; in drawClippedLayers()
278 .source = PixelSource{.buffer = in drawPIPImageLayer()
310 .source = PixelSource{ in drawHolePunchLayer()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h95 struct PixelSource { struct
141 PixelSource source = PixelSource();
194 static inline bool operator==(const PixelSource& lhs, const PixelSource& rhs) {
253 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp256 renderengine::PixelSource{ in render()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp747 settings.source = renderengine::PixelSource{ in getOverrideCompositionList()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineTest.cpp1964 renderengine::PixelSource{ in TEST_P()
2007 renderengine::PixelSource{ in TEST_P()