HomeSort by relevance Sort by last modified time
    Searched refs:blending (Results 1 - 25 of 64) sorted by null

1 2 3

  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 140 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/samsung_slsi/exynos5/include/
s3c-fb.h 80 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon41811::__anon41812
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
s3c-fb.h 72 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon42209::__anon42210
  /system/core/libpixelflinger/codeflinger/
blending.cpp 1 /* libs/pixelflinger/codeflinger/blending.cpp
76 const int blending = blending_codes(fs, fd); local
78 // here, blending will produce something which doesn't depend on
84 // we are doing real blending...
91 comment("blending");
121 if (blending & (BLEND_DST|FACTOR_DST)) {
160 if ((blending & BLEND_SRC) && !same_factor_opt1) {
161 // source (fragment) is needed for the blending stage
187 // if destination (fb) is not needed for the blending stage,
189 if (!(blending & BLEND_DST))
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
65 // need to take care only in per pixel blending.
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
65 // need to take care only in per pixel blending.
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 86 virtual void setPlaneAlpha(uint8_t alpha, uint32_t blending);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 108 /* set blending method */
109 void setBlending(overlay::utils::eBlending blending);
245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
246 switch((int) blending) {
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 106 /* set blending method */
107 void setBlending(overlay::utils::eBlending blending);
243 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
244 switch((int) blending) {
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 156 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending)
165 if (mBlending != blending) {
166 mBlending = blending;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 254 "Blending = %s%s%s", mDisplayName, layerIndex,
270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"",
272 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":"");
hwc_fbupdate.cpp 219 getBlending(layer->blending));
334 getBlending(layer->blending));
370 getBlending(layer->blending));
445 getBlending(layer->blending));
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 250 "Blending = %s%s%s", mDisplayName, layerIndex,
266 (layer->blending == HWC_BLENDING_NONE)? "[None]":"",
267 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"",
268 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":"");
hwc_fbupdate.cpp 221 getBlending(layer->blending));
331 getBlending(layer->blending));
367 getBlending(layer->blending));
469 getBlending(layer->blending));
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 92 (ovutils::eBlending) getBlending(layer->blending));
204 (ovutils::eBlending) getBlending(layer->blending));
215 (ovutils::eBlending) getBlending(layer->blending));
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 105 /* set blending method */
106 void setBlending(overlay::utils::eBlending blending);
250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
252 switch((int) blending) {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 113 (ovutils::eBlending) getBlending(layer->blending));
242 (ovutils::eBlending) getBlending(layer->blending));
253 (ovutils::eBlending) getBlending(layer->blending));
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 106 /* set blending method */
107 void setBlending(overlay::utils::eBlending blending);
253 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
254 switch((int) blending) {
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer.h 155 /* blending to apply during composition */
156 int32_t blending; member in struct:hwc_layer_1::__anon15615::__anon15616
228 * if (blending == HWC_BLENDING_PREMULT)
232 * Then blending proceeds as usual according to the "blending"
238 * if (blending == HWC_BLENDING_PREMULT)
252 * if (blending == HWC_BLENDING_PREMULT)
253 * blending = HWC_BLENDING_COVERAGE;
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 59 l->compositionType, l->flags, l->handle, l->transform, l->blending,
  /system/core/libpixelflinger/
Android.mk 15 codeflinger/blending.cpp \
  /hardware/libhardware/include/hardware/
hwcomposer.h 138 * 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::__anon40471::__anon40472
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;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 159 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)
462 switch (blending) {
475 static bool exynos5_blending_is_supported(int32_t blending)
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);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 357 layer->blending = HWC_BLENDING_NONE;
371 layer->blending = HWC_BLENDING_NONE;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 582 disp.framebufferTarget->blending = HWC_BLENDING_PREMULT;
    [all...]

Completed in 1381 milliseconds

1 2 3