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

  /system/core/libpixelflinger/
picker.cpp 55 uint32_t src_alpha = c->state.blend.src_alpha; local
63 if ((src_alpha == GGL_ONE_MINUS_DST_ALPHA) ||
64 (src_alpha == GGL_DST_ALPHA)) {
65 src_alpha = GGL_ONE;
79 src_alpha = ggl_blendfactor_to_needs(src_alpha);
85 n |= GGL_BUILD_NEEDS( src_alpha, BLEND_SRCA );
pixelflinger.cpp 306 c->state.blend.src_alpha = src;
321 c->state.blend.src_alpha = srcAlpha;
796 c->state.blend.src_alpha = GGL_ONE;
scanline.cpp 492 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb);
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 261 integer_t src_alpha(fragment);
276 src_alpha = mAlphaSource;
341 factor.s = src_alpha.s;
342 ADD(AL, 0, factor.reg, src_alpha.reg,
343 reg_imm(src_alpha.reg, LSR, src_alpha.s-1));
  /system/core/include/private/pixelflinger/
ggl_context.h 280 uint32_t src_alpha; member in struct:android::blend_state_t
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 123 WebKit::WGC3Denum src_alpha,
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 98 WebKit::WGC3Denum src_alpha,

Completed in 136 milliseconds