Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/include/renderengine/
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()
/frameworks/native/libs/renderengine/skia/
DCache.cpp101 PixelSource{ in drawShadowLayers()
145 .source = PixelSource{.buffer = in drawImageLayers()
181 PixelSource{ in drawSolidLayers()
229 PixelSource bufferSource{.buffer = Buffer{ in drawClippedLayers()
234 PixelSource bufferOpaque{.buffer = Buffer{ in drawClippedLayers()
239 PixelSource colorSource{.solidColor = half3(0.1f, 0.2f, 0.3f)}; in drawClippedLayers()
285 .source = PixelSource{.buffer = in drawPIPImageLayer()
317 PixelSource{ in drawHolePunchLayer()
345 .source = PixelSource{.buffer = Buffer{.buffer = srcTexture, in drawImageDimmedLayers()
375 .source = PixelSource{.buffer = in drawTransparentImageDimmedLayers()
[all …]
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h91 struct PixelSource { struct
107 PixelSource source = PixelSource(); argument
164 static inline bool operator==(const PixelSource& lhs, const PixelSource& rhs) {
217 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo()
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp1458 renderengine::PixelSource{ in tonemap()
2523 renderengine::PixelSource{ in TEST_P()
2562 renderengine::PixelSource{ in TEST_P()
2577 renderengine::PixelSource{ in TEST_P()
2592 renderengine::PixelSource{ in TEST_P()
2640 renderengine::PixelSource{ in TEST_P()
2655 renderengine::PixelSource{ in TEST_P()
2670 renderengine::PixelSource{ in TEST_P()
2719 renderengine::PixelSource{ in TEST_P()
2734 renderengine::PixelSource{ in TEST_P()
[all …]
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp119 PixelSource{ in copyBuffer()
205 PixelSource{ in BM_blur()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp256 renderengine::PixelSource{ in render()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp877 settings.source = renderengine::PixelSource{ in getOverrideCompositionSettings()