HomeSort by relevance Sort by last modified time
    Searched defs:blending (Results 1 - 3 of 3) 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 142 const int blending = blending_codes(mBlendSrc, mBlendDst) | local
235 if ((blending & (FACTOR_DST|BLEND_DST)) ||
239 // blending / logic_op / masking need the framebuffer
470 // blending...
488 // Figure out what we need for the blending stage...
496 const int blending = blending_codes(fs, fd); local
519 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));
565 // We keep only 8 bits for the blending stage
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 140 "(clear) blending 0/0", scanline_clear, init_y_noop },
312 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb);
339 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) function in namespace:android
764 // blending
770 blending( c, &fragment, &fb );
    [all...]

Completed in 38 milliseconds