Home
last modified time | relevance | path

Searched defs:layers (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerLifecycleManagerTest.cpp82 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
97 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
132 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
148 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
162 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
186 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
207 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
228 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
253 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
278 std::vector<std::unique_ptr<RequestedLayerState>> layers; in TEST_F() local
[all …]
DRefreshRateSelectorTest.cpp429 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
441 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
552 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
588 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
617 std::vector<LayerRequirement> layers = {{.weight = 1.f}, {.weight = 1.f}}; in TEST_P() local
643 std::vector<LayerRequirement> layers = {{.weight = 1.f}, {.weight = 1.f}}; in TEST_P() local
725 std::vector<LayerRequirement> layers = {{.weight = 1.f}, {.weight = 1.f}, {.weight = 1.f}}; in TEST_P() local
848 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
877 std::vector<LayerRequirement> layers = {{.weight = 1.f}}; in TEST_P() local
923 std::vector<LayerRequirement> layers = {{.weight = 1.f}, {.weight = 1.f}}; in TEST_P() local
[all …]
DLayerHierarchyTest.h93 std::vector<std::unique_ptr<RequestedLayerState>> layers; in createRootLayer() local
101 std::vector<std::unique_ptr<RequestedLayerState>> layers; in createDisplayMirrorLayer() local
108 std::vector<std::unique_ptr<RequestedLayerState>> layers; in createLayer() local
154 std::vector<std::unique_ptr<RequestedLayerState>> layers; in mirrorLayer() local
DSchedulerTest.cpp288 std::vector<RefreshRateSelector::LayerRequirement> layers = in TEST_F() local
347 std::vector<RefreshRateSelector::LayerRequirement> layers = {{.weight = 1.f}, in TEST_F() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DFlattenerTest.cpp149 void FlattenerTest::initializeOverrideBuffer(const std::vector<const LayerState*>& layers) { in initializeOverrideBuffer()
155 void FlattenerTest::initializeFlattener(const std::vector<const LayerState*>& layers) { in initializeFlattener()
169 void FlattenerTest::expectAllLayersFlattened(const std::vector<const LayerState*>& layers) { in expectAllLayersFlattened()
200 const std::vector<const LayerState*> layers = { in TEST_F() local
211 const std::vector<const LayerState*> layers = { in TEST_F() local
232 const std::vector<const LayerState*> layers = { in TEST_F() local
246 const std::vector<const LayerState*> layers = { in TEST_F() local
269 const std::vector<const LayerState*> layers = { in TEST_F() local
298 const std::vector<const LayerState*> layers = { in TEST_F() local
319 const std::vector<const LayerState*> layers = { in TEST_F() local
[all …]
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md65 ### Per application
88 ### Globally
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp506 const std::vector<renderengine::LayerSettings>& layers) { in invokeDraw()
520 std::vector<renderengine::LayerSettings> layers; in drawEmptyLayers() local
718 std::vector<renderengine::LayerSettings> layers; in fillBuffer() local
762 std::vector<renderengine::LayerSettings> layers; in fillRedOffsetBuffer() local
797 std::vector<renderengine::LayerSettings> layers; in fillBufferCheckers() local
899 std::vector<renderengine::LayerSettings> layers; in fillBufferWithLayerTransform() local
932 std::vector<renderengine::LayerSettings> layers; in fillBufferWithColorTransform() local
962 std::vector<renderengine::LayerSettings> layers; in fillBufferWithColorTransformAndSourceDataspace() local
1014 std::vector<renderengine::LayerSettings> layers; in fillBufferWithColorTransformAndOutputDataspace() local
1058 std::vector<renderengine::LayerSettings> layers; in fillBufferWithColorTransformZeroLayerAlpha() local
[all …]
DRenderEngineThreadedTest.cpp144 std::vector<renderengine::LayerSettings> layers; in TEST_F() local
177 std::vector<renderengine::LayerSettings> layers = {std::move(layer)}; in TEST_F() local
203 std::vector<renderengine::LayerSettings> layers; in TEST_F() local
/frameworks/native/libs/renderengine/
DRenderEngine.cpp79 const std::vector<LayerSettings>& layers, in drawLayers()
91 void RenderEngine::updateProtectedContext(const std::vector<LayerSettings>& layers, in updateProtectedContext()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h27 LayerStack(const std::vector<const LayerState*>& layers) : mLayers(copyLayers(layers)) {} in LayerStack()
95 std::vector<const LayerState> copyLayers(const std::vector<const LayerState*>& layers) { in copyLayers()
/frameworks/av/media/libstagefright/renderfright/tests/
DRenderEngineTest.cpp276 std::vector<const renderengine::LayerSettings*> layers; in drawEmptyLayers() local
447 std::vector<const renderengine::LayerSettings*> layers; in fillBuffer() local
489 std::vector<const renderengine::LayerSettings*> layers; in fillRedOffsetBuffer() local
522 std::vector<const renderengine::LayerSettings*> layers; in fillBufferCheckers() local
620 std::vector<const renderengine::LayerSettings*> layers; in fillBufferWithLayerTransform() local
651 std::vector<const renderengine::LayerSettings*> layers; in fillBufferWithColorTransform() local
684 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferWithRoundedCorners() local
730 std::vector<const renderengine::LayerSettings*> layers; in fillBufferAndBlurBackground() local
802 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferTextureTransform() local
853 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferWithPremultiplyAlpha() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java40 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable()
51 final Drawable[] layers; in getLayers() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DInstantInsetLayerDrawable.java28 public InstantInsetLayerDrawable(Drawable[] layers) { in InstantInsetLayerDrawable()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp173 const std::vector<const LayerState*>& layers, NonBufferHash hash) const { in getPredictedPlan() argument
202 const std::vector<const LayerState*>& layers, bool hasSkippedLayers, in recordResult()
395 const std::vector<const LayerState*>& layers, Plan result) { in recordPredictedResult()
440 bool Predictor::findSimilarPrediction(const std::vector<const LayerState*>& layers, Plan result) { in findSimilarPrediction()
DPlanner.cpp85 compositionengine::Output::OutputLayersEnumerator<compositionengine::Output>&& layers) { in plan()
167 compositionengine::Output::OutputLayersEnumerator<compositionengine::Output>&& layers) { in reportFinalPlan()
/frameworks/base/graphics/java/android/graphics/drawable/
DTransitionDrawable.java82 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable()
100 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorStateDrawable.java34 public ColorStateDrawable(Drawable[] layers, int color) { in ColorStateDrawable()
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto55 optional LayersProto layers = 3; field
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java125 final Drawable[] layers = {background, selectableItemBackground}; in onCreateViewHolder() local
236 PatchedLayerDrawable(Drawable[] layers) { in PatchedLayerDrawable()
/frameworks/base/core/jni/
Dandroid_os_GraphicsEnvironment.cpp87 void setDebugLayers_native(JNIEnv* env, jobject clazz, jstring layers) { in setDebugLayers_native()
94 void setDebugLayersGLES_native(JNIEnv* env, jobject clazz, jstring layers) { in setDebugLayersGLES_native()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp103 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl()
312 static void collectLayers(RenderNode* node, LayerUpdateQueue* layers) { in collectLayers()
325 static void recordLayers(const LayerUpdateQueue& layers, in recordLayers()
452 void SkiaPipeline::renderFrame(const LayerUpdateQueue& layers, const SkRect& clip, in renderFrame()
/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp56 std::array<surfaceflinger::LayerProto*, 10> layers = {}; in generateLayerProto() local
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/utils/
DShortcutDrawableUtils.java94 Drawable[] layers = {adaptiveIconDrawable, rippleLayer}; in createAdaptiveIconDrawable() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DCompositionRefreshArgs.h59 Layers layers; member
/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java414 private static native long nCreateHardwareBuffer(int width, int height, int format, int layers, in nCreateHardwareBuffer()
430 private static native boolean nIsSupported(int width, int height, int format, int layers, in nIsSupported()

1234