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

  /system/core/libpixelflinger/
picker.cpp 44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
82 n |= GGL_BUILD_NEEDS( src, BLEND_SRC );
83 n |= GGL_BUILD_NEEDS( dst, BLEND_DST );
85 n |= GGL_BUILD_NEEDS( src_alpha, BLEND_SRCA );
86 n |= GGL_BUILD_NEEDS( dst_alpha, BLEND_DSTA );
88 n |= GGL_BUILD_NEEDS( src, BLEND_SRCA );
89 n |= GGL_BUILD_NEEDS( dst, BLEND_DSTA );
92 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRC );
93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST )
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 142 #define GGL_BUILD_NEEDS(val, name) \
149 #define GGL_NEED(name, val) GGL_BUILD_NEEDS(val, name)

Completed in 22 milliseconds