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 122 if (blending & (BLEND_DST|FACTOR_DST)) {
190 if (!(blending & BLEND_DST)) {
408 blending |= BLEND_DST;
413 blending |= FACTOR_DST|BLEND_DST;
417 blending |= FACTOR_DST|BLEND_DST;
422 blending |= FACTOR_SRC|BLEND_DST;
428 blending |= BLEND_DST;
GGLAssembler.h 528 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8
GGLAssembler.cpp 120 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
239 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 44 BLEND_DST = 2,
138 //BLEND_DST is a NOP
139 case BLEND_DST:
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 155 GGL_RESERVE_NEEDS( BLEND_DST, 12, 4 )

Completed in 85 milliseconds