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

  /system/core/libpixelflinger/
picker.cpp 93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST );
95 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DSTA );
pixelflinger.cpp 795 c->state.blend.dst = GGL_ZERO;
797 c->state.blend.dst_alpha = GGL_ZERO;
scanline.cpp 508 case GGL_ZERO:
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 202 if (fs==GGL_ZERO) {
203 if (fd==GGL_ZERO) { // R = 0
214 if (fd==GGL_ZERO) { // R = S
230 if (fd==GGL_ZERO) { // R = S*fs
GGLAssembler.cpp 146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
499 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 122 GGL_ZERO = 0, GGL_ONE, GGL_SRC_COLOR = 2, GGL_ONE_MINUS_SRC_COLOR, GGL_SRC_ALPHA, GGL_ONE_MINUS_SRC_ALPHA,
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 110 default: assert(0); return GGLBlendState::GGL_ZERO;
llvm_scanline.cpp 132 case GGLBlendState::GGL_ZERO:
  /system/core/include/pixelflinger/
pixelflinger.h 158 GGL_ZERO = 0, // SD

Completed in 969 milliseconds