Searched defs:blending (Results 1 - 19 of 19) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
H A DPlaneCapabilities.cpp140 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; local
145 switch (blending) {
152 VLOGTRACE("unsupported blending %#x", blending);
156 // overlay doesn't support blending
157 return (blending == HWC_BLENDING_NONE) ? true : false;
/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlane.cpp166 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending) argument
175 if (mBlending != blending) {
176 mBlending = blending;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.h108 /* set blending method */
109 void setBlending(overlay::utils::eBlending blending);
245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { argument
246 switch((int) blending) {
H A DoverlayUtils.h343 /* No blending */
358 blending(OVERLAY_BLENDING_COVERAGE){
370 blending(b){
379 eBlending blending; member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdp.h108 /* set blending method */
109 void setBlending(overlay::utils::eBlending blending);
215 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { argument
216 switch((int) blending) {
H A DoverlayUtils.h312 /* No blending */
327 blending(OVERLAY_BLENDING_COVERAGE){
339 blending(b){
348 eBlending blending; member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.h105 /* set blending method */
106 void setBlending(overlay::utils::eBlending blending);
250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { argument
252 switch((int) blending) {
H A DoverlayUtils.h335 /* No blending */
350 blending(OVERLAY_BLENDING_COVERAGE){
362 blending(b){
371 eBlending blending; member in struct:overlay::utils::PipeArgs
/hardware/samsung_slsi/exynos5/include/
H A Ds3c-fb.h80 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon2720::__anon2721
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Ds3c-fb.h72 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon3118::__anon3119
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.cpp97 // check layer blending
100 VLOGTRACE("plane type %d: (bad blending)", planeType);
155 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; local
156 if (blending != HWC_BLENDING_NONE) {
1034 mLayers[i]->getHandle(), l.hints, l.flags, l.transform, l.blending, l.planeAlpha, mLayers[i]->getFormat(),
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdp.h106 /* set blending method */
107 void setBlending(overlay::utils::eBlending blending);
253 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { argument
254 switch((int) blending) {
H A DoverlayUtils.h336 /* No blending */
351 blending(OVERLAY_BLENDING_COVERAGE){
363 blending(b){
372 eBlending blending; member in struct:overlay::utils::PipeArgs
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h138 * some reason (e.g. unsupported scaling/blending/rotation, or too many
190 /* blending to apply during composition */
191 int32_t blending; member in struct:hwc_layer_1::__anon1265::__anon1266
271 * if (blending == HWC_BLENDING_PREMULT)
275 * Then blending proceeds as usual according to the "blending"
281 * if (blending == HWC_BLENDING_PREMULT)
295 * if (blending == HWC_BLENDING_PREMULT)
296 * blending = HWC_BLENDING_COVERAGE;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp454 if(layer->blending == HWC_BLENDING_PREMULT)
538 int getBlending(int blending) { argument
539 switch(blending) {
796 if(layer->blending == HWC_BLENDING_PREMULT) {
1002 (ovutils::eBlending) getBlending(layer->blending));
1101 (ovutils::eBlending) getBlending(layer->blending));
1114 (ovutils::eBlending) getBlending(layer->blending));
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp407 if(layer->blending == HWC_BLENDING_PREMULT)
492 int getBlending(int blending) { argument
493 switch(blending) {
756 if(layer->blending == HWC_BLENDING_PREMULT) {
959 (ovutils::eBlending) getBlending(layer->blending));
1068 (ovutils::eBlending) getBlending(layer->blending));
1081 (ovutils::eBlending) getBlending(layer->blending));
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp920 if(layer->blending == HWC_BLENDING_PREMULT)
1031 int getBlending(int blending) { argument
1032 switch(blending) {
1195 //see if there is no blending required.
1198 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) {
1444 if(layer->blending == HWC_BLENDING_PREMULT) {
1570 if (layer->blending == HWC_BLENDING_PREMULT)
1575 (ovutils::eBlending) getBlending(layer->blending));
1689 (ovutils::eBlending) getBlending(layer->blending));
1847 (ovutils::eBlending) getBlending(layer->blending));
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp880 if(layer->blending == HWC_BLENDING_PREMULT)
1017 int getBlending(int blending) { argument
1018 switch(blending) {
1188 //see if there is no blending required.
1191 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) {
1464 if(layer->blending == HWC_BLENDING_PREMULT) {
1581 if (layer->blending == HWC_BLENDING_PREMULT)
1586 (ovutils::eBlending) getBlending(layer->blending));
1699 (ovutils::eBlending) getBlending(layer->blending));
1856 (ovutils::eBlending) getBlending(layer->blending));
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp159 l->blending,
179 "format = %u, blending = %u",
182 c.format, c.blending);
460 static enum s3c_fb_blending exynos5_blending_to_s3c_blending(int32_t blending) argument
462 switch (blending) {
475 static bool exynos5_blending_is_supported(int32_t blending) argument
477 return exynos5_blending_to_s3c_blending(blending) < S3C_FB_BLENDING_MAX;
817 if (!exynos5_blending_is_supported(layer.blending)) {
818 ALOGV("\tlayer %u: blending %d not supported", i, layer.blending);
1308 exynos5_config_handle(private_handle_t *handle, hwc_rect_t &sourceCrop, hwc_rect_t &displayFrame, int32_t blending, int fence_fd, s3c_fb_win_config &cfg, exynos5_hwc_composer_device_1_t *pdev) argument
[all...]

Completed in 2358 milliseconds