HomeSort by relevance Sort by last modified time
    Searched refs:BLEND_DST (Results 1 - 6 of 6) 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 514 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8
GGLAssembler.cpp 119 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
238 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 );
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 48 BLEND_DST = 2,
130 //BLEND_DST is a NOP
131 case BLEND_DST:
  /system/core/include/private/pixelflinger/
ggl_context.h 155 GGL_RESERVE_NEEDS( BLEND_DST, 12, 4 )

Completed in 533 milliseconds