Home
last modified time | relevance | path

Searched refs:blending (Results 1 – 25 of 51) sorted by relevance

123

/hardware/intel/img/hwcomposer/ips/anniedale/
DPlaneCapabilities.cpp140 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; in isBlendingSupported() local
145 switch (blending) { in isBlendingSupported()
152 VLOGTRACE("unsupported blending %#x", blending); in isBlendingSupported()
157 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) || in getuiClearRegion()
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in getuiClearRegion()
/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) || in getuiClearRegion()
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in getuiClearRegion()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdp.h109 void setBlending(overlay::utils::eBlending blending);
215 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
216 switch((int) blending) { in setBlending()
DoverlayUtils.h327 blending(OVERLAY_BLENDING_COVERAGE){ in PipeArgs()
339 blending(b){ in mdpFlags()
348 eBlending blending; member
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdp.h109 void setBlending(overlay::utils::eBlending blending);
245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
246 switch((int) blending) { in setBlending()
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlane.cpp166 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending) in setPlaneAlpha() argument
175 if (mBlending != blending) { in setPlaneAlpha()
176 mBlending = blending; in setPlaneAlpha()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayMdp.h107 void setBlending(overlay::utils::eBlending blending);
253 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
254 switch((int) blending) { in setBlending()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdp.h106 void setBlending(overlay::utils::eBlending blending);
250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
252 switch((int) blending) { in setBlending()
DoverlayUtils.h350 blending(OVERLAY_BLENDING_COVERAGE){ in PipeArgs()
362 blending(b){ in PipeArgs()
371 eBlending blending; member
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp92 (ovutils::eBlending) getBlending(layer->blending)); in configure()
204 (ovutils::eBlending) getBlending(layer->blending)); in configure()
215 (ovutils::eBlending) getBlending(layer->blending)); in configure()
Dhwc_utils.cpp454 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
538 int getBlending(int blending) { in getBlending() argument
539 switch(blending) { in getBlending()
796 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
1002 (ovutils::eBlending) getBlending(layer->blending)); in configureLowRes()
1101 (ovutils::eBlending) getBlending(layer->blending)); in configureHighRes()
1114 (ovutils::eBlending) getBlending(layer->blending)); in configureHighRes()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp159 l->blending, in dump_layer()
182 c.format, c.blending); in dump_config()
460 static enum s3c_fb_blending exynos5_blending_to_s3c_blending(int32_t blending) in exynos5_blending_to_s3c_blending() argument
462 switch (blending) { in exynos5_blending_to_s3c_blending()
475 static bool exynos5_blending_is_supported(int32_t blending) in exynos5_blending_is_supported() argument
477 return exynos5_blending_to_s3c_blending(blending) < S3C_FB_BLENDING_MAX; in exynos5_blending_is_supported()
817 if (!exynos5_blending_is_supported(layer.blending)) { in exynos5_supports_overlay()
818 ALOGV("\tlayer %u: blending %d not supported", i, layer.blending); in exynos5_supports_overlay()
1310 int32_t blending, int fence_fd, s3c_fb_win_config &cfg, in exynos5_config_handle() argument
1364 cfg.blending = exynos5_blending_to_s3c_blending(blending); in exynos5_config_handle()
[all …]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Ds3c-fb.h72 enum s3c_fb_blending blending; member
/hardware/samsung_slsi/exynos5/include/
Ds3c-fb.h80 enum s3c_fb_blending blending; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
272 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
Dhwc_fbupdate.cpp225 getBlending(layer->blending)); in configure()
340 getBlending(layer->blending)); in configure()
376 getBlending(layer->blending)); in configure()
451 getBlending(layer->blending)); in configure()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
272 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
Dhwc_fbupdate.cpp219 getBlending(layer->blending)); in configure()
334 getBlending(layer->blending)); in configure()
370 getBlending(layer->blending)); in configure()
445 getBlending(layer->blending)); in configure()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_fbupdate.cpp113 (ovutils::eBlending) getBlending(layer->blending)); in configure()
242 (ovutils::eBlending) getBlending(layer->blending)); in configure()
253 (ovutils::eBlending) getBlending(layer->blending)); in configure()
Dhwc_utils.cpp407 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
492 int getBlending(int blending) { in getBlending() argument
493 switch(blending) { in getBlending()
756 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
959 (ovutils::eBlending) getBlending(layer->blending)); in configureLowRes()
1068 (ovutils::eBlending) getBlending(layer->blending)); in configureHighRes()
1081 (ovutils::eBlending) getBlending(layer->blending)); in configureHighRes()
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp59 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dump_layer()
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h86 virtual void setPlaneAlpha(uint8_t alpha, uint32_t blending);
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp155 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; in checkRgbOverlaySupported() local
156 if (blending != HWC_BLENDING_NONE) { in checkRgbOverlaySupported()
1034 …mLayers[i]->getHandle(), l.hints, l.flags, l.transform, l.blending, l.planeAlpha, mLayers[i]->getF… in dump()
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one

123