Searched defs:arrayMask (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c315 span.arrayMask = SPAN_Z;
431 span.arrayMask = SPAN_RGBA;
449 const GLbitfield arrayMask = span.arrayMask; local
477 span.arrayMask = arrayMask;
H A Ds_span.h51 #define SPAN_RGBA 0x01 /**< interpMask and arrayMask */
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */
101 * fill in explicit arrays of values. The interpMask and arrayMask bitfields
157 GLbitfield arrayMask; member in struct:sw_span
177 (S).arrayMask = 0x0; \
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c315 span.arrayMask = SPAN_Z;
431 span.arrayMask = SPAN_RGBA;
449 const GLbitfield arrayMask = span.arrayMask; local
477 span.arrayMask = arrayMask;
H A Ds_span.h51 #define SPAN_RGBA 0x01 /**< interpMask and arrayMask */
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */
101 * fill in explicit arrays of values. The interpMask and arrayMask bitfields
157 GLbitfield arrayMask; member in struct:sw_span
177 (S).arrayMask = 0x0; \

Completed in 550 milliseconds