HomeSort by relevance Sort by last modified time
    Searched defs:blending (Results 1 - 13 of 13) sorted by null

  /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...]
GGLAssembler.cpp 143 const int blending = blending_codes(mBlendSrc, mBlendDst) | local
238 if ((blending & (FACTOR_DST|BLEND_DST)) ||
242 // blending / logic_op / masking need the framebuffer
473 // blending...
491 // Figure out what we need for the blending stage...
499 const int blending = blending_codes(fs, fd); local
522 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));
568 // We keep only 8 bits for the blending stage
    [all...]
  /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
  /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/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 97 // 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) {
1038 mLayers[i]->getHandle(), l.hints, l.flags, l.transform, l.blending, l.planeAlpha, mLayers[i]->getFormat()
    [all...]
  /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/qcom/display/msm8084/liboverlay/
overlayUtils.h 343 /* No blending */
358 blending(OVERLAY_BLENDING_COVERAGE){
370 blending(b){
379 eBlending blending; member in struct:overlay::utils::PipeArgs
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 343 /* No blending */
358 blending(OVERLAY_BLENDING_COVERAGE){
370 blending(b){
379 eBlending blending; member in struct:overlay::utils::PipeArgs
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 335 /* No blending */
350 blending(OVERLAY_BLENDING_COVERAGE){
362 blending(b){
371 eBlending blending; member in struct:overlay::utils::PipeArgs
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 336 /* No blending */
351 blending(OVERLAY_BLENDING_COVERAGE){
363 blending(b){
372 eBlending blending; member in struct:overlay::utils::PipeArgs
  /system/core/libpixelflinger/
scanline.cpp 270 "(clear) blending 0/0", scanline_clear, init_y_noop },
462 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb);
489 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) function in namespace:android
    [all...]

Completed in 1652 milliseconds