HomeSort by: relevance | last modified time | path
    Searched refs:RAS_CLEAR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wscons_rops.c 176 op = RAS_CLEAR;
214 op = RAS_CLEAR;
  /src/sys/dev/rcons/
raster_op.c 82 ** are: RAS_SRC, RAS_CLEAR, RAS_SET, RAS_INVERT, RAS_XOR, RAS_INVERTSRC.
116 case RAS_CLEAR: \
141 case RAS_CLEAR: \
332 case RAS_CLEAR: \
354 case RAS_CLEAR: \
1111 if ( op == RAS_CLEAR && dst->width == w && dst->linelongs == w >> 5 )
1207 if ( op == RAS_CLEAR && dst->width == w && dst->linelongs == w >> 4 )
1314 if ( op == RAS_CLEAR && dst->width == w && dst->linelongs == w >> 3 )
1419 if ( op == RAS_CLEAR && dst->width == w && dst->linelongs == w >> 2 )
1524 if ( op == RAS_CLEAR && dst->width == w && dst->linelongs == w >> 1
    [all...]
raster.h 141 #define RAS_CLEAR 0x0 /* 0 */

Completed in 15 milliseconds