HomeSort by relevance Sort by last modified time
    Searched refs:SPAN_FLAT (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 53 #define SPAN_FLAT 0x04 /**< interpMask: flat shading? */
s_span.c 233 if (span->interpMask & SPAN_FLAT) {
268 if (span->interpMask & SPAN_FLAT) {
339 if (span->interpMask & SPAN_FLAT) {
    [all...]
s_tritemp.h 384 span.interpMask |= SPAN_FLAT;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.h 53 #define SPAN_FLAT 0x04 /**< interpMask: flat shading? */
s_span.c 233 if (span->interpMask & SPAN_FLAT) {
268 if (span->interpMask & SPAN_FLAT) {
339 if (span->interpMask & SPAN_FLAT) {
    [all...]
s_tritemp.h 384 span.interpMask |= SPAN_FLAT;
    [all...]

Completed in 49 milliseconds