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

  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 95 unsigned long RtoPixel[512]; /* RGB to pixel conversion */
250 PIXEL = xmesa->xm_visual->RtoPixel[R] \
261 PIXEL = xmesa->xm_visual->RtoPixel[(R)+d] \
xm_api.c 483 v->RtoPixel[i] = (r >> (8-rBits)) << v->rshift;
489 v->RtoPixel[i] = v->RtoPixel[255];
    [all...]

Completed in 51 milliseconds