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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c448 const GLbitfield interpMask = span.interpMask; local
478 span.interpMask = interpMask;
H A Ds_span.h51 #define SPAN_RGBA 0x01 /**< interpMask and arrayMask */
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */
53 #define SPAN_FLAT 0x04 /**< interpMask: flat shading? */
101 * fill in explicit arrays of values. The interpMask and arrayMask bitfields
133 GLbitfield interpMask; member in struct:sw_span
176 (S).interpMask = 0x0; \
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c448 const GLbitfield interpMask = span.interpMask; local
478 span.interpMask = interpMask;
H A Ds_span.h51 #define SPAN_RGBA 0x01 /**< interpMask and arrayMask */
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */
53 #define SPAN_FLAT 0x04 /**< interpMask: flat shading? */
101 * fill in explicit arrays of values. The interpMask and arrayMask bitfields
133 GLbitfield interpMask; member in struct:sw_span
176 (S).interpMask = 0x0; \

Completed in 93 milliseconds