Searched refs:GGL_BUILD_NEEDS (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp44 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_ZER
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h142 #define GGL_BUILD_NEEDS(val, name) \ macro
149 #define GGL_NEED(name, val) GGL_BUILD_NEEDS(val, name)

Completed in 4 milliseconds