Home
last modified time | relevance | path

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

12345

/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp162 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 Drs_composer_adapter_test.cpp104 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 Drs_base_render_engine_test.cpp79 std::vector<LayerInfoPtr> layers; variable
102 std::vector<LayerInfoPtr> layers; variable
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.cpp37 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 Dhdi_test_display.cpp115 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 Dhdi_device_test.cpp225 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 Drs_physical_screen_processor.cpp47 [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 Drs_hardware_thread.cpp98 …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 DHardwareBgDrawable.java40 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 Dhdi_display.cpp125 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 Dhdi_composer.cpp27 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare()
H A Dhdi_gfx_composition.cpp90 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 Dhdi_display.cpp133 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 DInstantInsetLayerDrawable.java28 public InstantInsetLayerDrawable(Drawable[] layers) { in InstantInsetLayerDrawable()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp83 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 Dhdi_composer.h32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers()
H A Dhdi_composer.cpp34 int32_t HdiComposer::Prepare(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in Prepare()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_composer.h32 virtual int32_t SetLayers(std::vector<HdiLayer *> &layers, HdiLayer &clientLayer) in SetLayers()
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h51 … 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 Degl_wrapper_layer.cpp102 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 DTransitionDrawable.java82 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 Dhdi_backend.h37 std::vector<LayerInfoPtr> layers; member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_composition.cpp62 int32_t FbComposition::SetLayers(std::vector<HdiLayer*> &layers, HdiLayer &clientLayer) in SetLayers()
/aosp14/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A 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()

12345