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

  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 448 const GLbitfield interpMask = span.interpMask;
478 span.interpMask = interpMask;
s_span.h 51 #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;
176 (S).interpMask = 0x0; \

Completed in 279 milliseconds