HomeSort by relevance Sort by last modified time
    Searched defs:src_alpha (Results 1 - 2 of 2) 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 );
  /system/core/include/private/pixelflinger/
ggl_context.h 280 uint32_t src_alpha; member in struct:android::blend_state_t

Completed in 66 milliseconds