/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | PlaneCapabilities.cpp | 140 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/ |
D | cb_utils.cpp | 54 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/ |
D | cb_utils.cpp | 54 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/ |
D | overlayMdp.h | 109 void setBlending(overlay::utils::eBlending blending); 215 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument 216 switch((int) blending) { in setBlending()
|
D | overlayUtils.h | 327 blending(OVERLAY_BLENDING_COVERAGE){ in PipeArgs() 339 blending(b){ in mdpFlags() 348 eBlending blending; member
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdp.h | 109 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/ |
D | DisplayPlane.cpp | 166 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/ |
D | overlayMdp.h | 107 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/ |
D | overlayMdp.h | 106 void setBlending(overlay::utils::eBlending blending); 250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument 252 switch((int) blending) { in setBlending()
|
D | overlayUtils.h | 350 blending(OVERLAY_BLENDING_COVERAGE){ in PipeArgs() 362 blending(b){ in PipeArgs() 371 eBlending blending; member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 92 (ovutils::eBlending) getBlending(layer->blending)); in configure() 204 (ovutils::eBlending) getBlending(layer->blending)); in configure() 215 (ovutils::eBlending) getBlending(layer->blending)); in configure()
|
D | hwc_utils.cpp | 454 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/ |
D | hwc.cpp | 159 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/ |
D | s3c-fb.h | 72 enum s3c_fb_blending blending; member
|
/hardware/samsung_slsi/exynos5/include/ |
D | s3c-fb.h | 80 enum s3c_fb_blending blending; member
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 270 (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()
|
D | hwc_fbupdate.cpp | 225 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/ |
D | hwc_dump_layers.cpp | 270 (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()
|
D | hwc_fbupdate.cpp | 219 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/ |
D | hwc_fbupdate.cpp | 113 (ovutils::eBlending) getBlending(layer->blending)); in configure() 242 (ovutils::eBlending) getBlending(layer->blending)); in configure() 253 (ovutils::eBlending) getBlending(layer->blending)); in configure()
|
D | hwc_utils.cpp | 407 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/ |
D | hwcomposer.cpp | 59 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dump_layer()
|
/hardware/intel/img/hwcomposer/include/ |
D | DisplayPlane.h | 86 virtual void setPlaneAlpha(uint8_t alpha, uint32_t blending);
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayerList.cpp | 155 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/ |
D | process.cfg | 6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one
|