/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 162 std::vector<std::shared_ptr<HdiTestLayer>> layers; in CreateLayers() local 360 std::vector<uint32_t> layers {}; variable 378 std::vector<uint32_t> layers {}; variable 481 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 518 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 544 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 572 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 596 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 620 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable 649 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_composer_adapter_test.cpp | 104 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 128 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 153 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 203 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 234 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 257 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 280 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 303 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 329 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable 358 std::vector<std::shared_ptr<HdiLayerInfo>> layers; variable [all …]
|
H A D | rs_base_render_engine_test.cpp | 79 std::vector<LayerInfoPtr> layers; variable 102 std::vector<LayerInfoPtr> layers; variable
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_composition_check.cpp | 37 static void SimpleHandleAlpha(const LayerSettings& layers, uint32_t& color) in SimpleHandleAlpha() 57 static std::vector<uint32_t> GetCheckColors(const std::vector<LayerSettings> &layers, const std::ve… in GetCheckColors() 80 int32_t HdiCompositionCheck::Check(const std::vector<LayerSettings> &layers, in Check()
|
H A D | hdi_test_display.cpp | 115 std::vector<uint32_t> layers; in RefreshLayersCompType() local 132 std::vector<uint32_t> layers; in GetLayersReleaseFence() local
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 225 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer, in CheckComposition() 324 std::vector<std::shared_ptr<HdiTestLayer>> layers; in CreateLayers() local 451 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); in TEST_F() local 474 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(layersSetting); in TEST_P() local 527 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); in TEST_F() local 559 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); in TEST_F() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_physical_screen_processor.cpp | 47 [this](const auto& surface, const auto& layers) { Redraw(surface, layers); }); in Init() 81 …sicalScreenProcessor::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers) in Redraw()
|
H A D | rs_hardware_thread.cpp | 98 …redrawCb_ = [this](const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers, uint32_t… in Start() 177 …RSHardwareThread::CommitAndReleaseLayers(OutputPtr output, const std::vector<LayerInfoPtr>& layers) in CommitAndReleaseLayers() 499 …rdwareThread::RedrawScreenRCD(RSPaintFilterCanvas& canvas, const std::vector<LayerInfoPtr>& layers) in RedrawScreenRCD() 526 void RSHardwareThread::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers… in Redraw() 662 GraphicColorGamut RSHardwareThread::ComputeTargetColorGamut(const std::vector<LayerInfoPtr>& layers) in ComputeTargetColorGamut() 692 …phicPixelFormat RSHardwareThread::ComputeTargetPixelFormat(const std::vector<LayerInfoPtr>& layers) in ComputeTargetPixelFormat()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | HardwareBgDrawable.java | 40 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable() 51 final Drawable[] layers; in getLayers() local
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_display.cpp | 125 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() 145 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() 171 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local
|
H A D | hdi_composer.cpp | 27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare()
|
H A D | hdi_gfx_composition.cpp | 90 bool HdiGfxComposition::UseCompositionClient(std::vector<HdiLayer *> &layers) in UseCompositionClient() 107 int32_t HdiGfxComposition::SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_display.cpp | 133 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() 153 int32_t HdiDisplay::GetDisplayReleaseFence(uint32_t *num, uint32_t *layers, int32_t *fences) in GetDisplayReleaseFence() 179 std::vector<HdiLayer *> layers; in PrepareDisplayLayers() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | InstantInsetLayerDrawable.java | 28 public InstantInsetLayerDrawable(Drawable[] layers) { in InstantInsetLayerDrawable()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_video_composition.cpp | 83 int32_t HdiVideoComposition::SetLayers(std::vector<HdiLayer*> &layers, HdiLayer &clientLayer) in SetLayers() 126 void HdiVideoComposition::CLoseUnUsedLayer(const std::vector<HdiLayer*> &layers) in CLoseUnUsedLayer()
|
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers()
|
H A D | hdi_composer.cpp | 34 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_composer.h | 32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers()
|
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_requester.h | 51 … bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) in CommitAndGetReleaseFence() 139 bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences) in OnReplyCommitAndGetReleaseFence() 299 std::vector<uint32_t> layers; member
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_layer.cpp | 102 static void SplitEnvString(std::string str, std::vector<std::string> *layers) in SplitEnvString() 121 std::vector<std::string> layers; in GetDebugLayers() local 270 std::vector<std::string> layers = GetDebugLayers(); in LoadLayers() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | TransitionDrawable.java | 82 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable() 100 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_backend.h | 37 std::vector<LayerInfoPtr> layers; member
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_composition.cpp | 62 int32_t FbComposition::SetLayers(std::vector<HdiLayer*> &layers, HdiLayer &clientLayer) in SetLayers()
|
/aosp14/frameworks/base/core/jni/ |
H A 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()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A 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()
|