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

  /system/core/libpixelflinger/
picker.cpp 61 src = GGL_ONE;
65 src_alpha = GGL_ONE;
69 dst = GGL_ONE;
73 dst_alpha = GGL_ONE;
92 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRC );
94 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRCA );
pixelflinger.cpp 794 c->state.blend.src = GGL_ONE;
796 c->state.blend.src_alpha = GGL_ONE;
scanline.cpp 514 case GGL_ONE:
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 75 fs = GGL_ONE;
205 } else if (fd==GGL_ONE) { // R = D
213 } else if (fs==GGL_ONE) {
216 } else if (fd==GGL_ONE) { // R = S + D
232 } else if (fd==GGL_ONE) { // R = S*fs + D
380 case GGL_ONE:
406 case GGL_ONE:
GGLAssembler.cpp 125 mBlendSrc = GGL_ONE;
129 mBlendSrcA = GGL_ONE;
133 mBlendDst = GGL_ONE;
137 mBlendDstA = GGL_ONE;
147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
162 fs = GGL_ONE;
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
492 fs = GGL_ONE;
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,
  /system/core/include/pixelflinger/
pixelflinger.h 159 GGL_ONE = 1, // SD
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 135 case GGLBlendState::GGL_ONE:

Completed in 255 milliseconds