| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | LayerLifecycleManagerTest.cpp | 82 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 …]
|
| D | RefreshRateSelectorTest.cpp | 429 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 …]
|
| D | LayerHierarchyTest.h | 93 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
|
| D | SchedulerTest.cpp | 288 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/ |
| D | FlattenerTest.cpp | 149 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/ |
| D | GLES_layers.md | 65 ### Per application 88 ### Globally
|
| /frameworks/native/libs/renderengine/tests/ |
| D | RenderEngineTest.cpp | 506 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 …]
|
| D | RenderEngineThreadedTest.cpp | 144 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/ |
| D | RenderEngine.cpp | 79 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/ |
| D | Predictor.h | 27 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/ |
| D | RenderEngineTest.cpp | 276 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/ |
| D | HardwareBgDrawable.java | 40 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/ |
| D | InstantInsetLayerDrawable.java | 28 public InstantInsetLayerDrawable(Drawable[] layers) { in InstantInsetLayerDrawable()
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
| D | Predictor.cpp | 173 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()
|
| D | Planner.cpp | 85 compositionengine::Output::OutputLayersEnumerator<compositionengine::Output>&& layers) { in plan() 167 compositionengine::Output::OutputLayersEnumerator<compositionengine::Output>&& layers) { in reportFinalPlan()
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| D | TransitionDrawable.java | 82 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable() 100 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
|
| /frameworks/opt/colorpicker/src/com/android/colorpicker/ |
| D | ColorStateDrawable.java | 34 public ColorStateDrawable(Drawable[] layers, int color) { in ColorStateDrawable()
|
| /frameworks/native/services/surfaceflinger/layerproto/ |
| D | layerstrace.proto | 55 optional LayersProto layers = 3; field
|
| /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/ |
| D | RecyclerItemAdapter.java | 125 final Drawable[] layers = {background, selectableItemBackground}; in onCreateViewHolder() local 236 PatchedLayerDrawable(Drawable[] layers) { in PatchedLayerDrawable()
|
| /frameworks/base/core/jni/ |
| D | android_os_GraphicsEnvironment.cpp | 87 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/ |
| D | SkiaPipeline.cpp | 103 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/ |
| D | Stress_test.cpp | 56 std::array<surfaceflinger::LayerProto*, 10> layers = {}; in generateLayerProto() local
|
| /frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/utils/ |
| D | ShortcutDrawableUtils.java | 94 Drawable[] layers = {adaptiveIconDrawable, rippleLayer}; in createAdaptiveIconDrawable() local
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
| D | CompositionRefreshArgs.h | 59 Layers layers; member
|
| /frameworks/base/core/java/android/hardware/ |
| D | HardwareBuffer.java | 414 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()
|