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

/system/core/include/private/pixelflinger/
H A Dggl_context.h138 #define GGL_RESERVE_NEEDS(name, l, s) \ macro
151 GGL_RESERVE_NEEDS( CB_FORMAT, 0, 6 )
152 GGL_RESERVE_NEEDS( SHADE, 6, 1 )
153 GGL_RESERVE_NEEDS( W, 7, 1 )
154 GGL_RESERVE_NEEDS( BLEND_SRC, 8, 4 )
155 GGL_RESERVE_NEEDS( BLEND_DST, 12, 4 )
156 GGL_RESERVE_NEEDS( BLEND_SRCA, 16, 4 )
157 GGL_RESERVE_NEEDS( BLEND_DSTA, 20, 4 )
158 GGL_RESERVE_NEEDS( LOGIC_OP, 24, 4 )
159 GGL_RESERVE_NEEDS( MASK_ARG
[all...]

Completed in 1033 milliseconds