HomeSort by relevance Sort by last modified time
    Searched refs:BLEND_DST (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
blending.cpp 121 if (blending & (BLEND_DST|FACTOR_DST)) {
189 if (!(blending & BLEND_DST)) {
407 blending |= BLEND_DST;
412 blending |= FACTOR_DST|BLEND_DST;
416 blending |= FACTOR_DST|BLEND_DST;
421 blending |= FACTOR_SRC|BLEND_DST;
427 blending |= BLEND_DST;
GGLAssembler.h 510 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8
GGLAssembler.cpp 118 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
235 if ((blending & (FACTOR_DST|BLEND_DST)) ||
    [all...]
  /system/core/libpixelflinger/
picker.cpp 83 n |= GGL_BUILD_NEEDS( dst, BLEND_DST );
93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST );
  /system/core/include/private/pixelflinger/
ggl_context.h 135 GGL_RESERVE_NEEDS( BLEND_DST, 12, 4 )

Completed in 319 milliseconds