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

  /external/mesa3d/src/mesa/drivers/windows/gdi/
colors.h 4 #define PF_8R8G8B 4 /* 32-bit TrueColor: 8-R, 8-G, 8-B */
wmesa.c 138 pwfb->pixelformat = PF_8R8G8B;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 337 * The image format must be GL_BGRA to match the PF_8R8G8B pixel format.
391 ASSERT(xmesa->xm_visual->dithered_pf == PF_8R8G8B);
392 ASSERT(xmesa->xm_visual->undithered_pf == PF_8R8G8B);
863 if (xmvisual->undithered_pf == PF_8R8G8B &&
864 xmvisual->dithered_pf == PF_8R8G8B &&
xmesaP.h 63 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */
284 * If pixelformat==PF_8R8G8B:
xm_line.c 177 * Draw a flat-shaded, PF_8R8G8B line into an XImage.
316 * Draw a flat-shaded, Z-less, PF_8R8G8B line into an XImage.
479 case PF_8R8G8B:
501 case PF_8R8G8B:
xm_tri.c 160 * XImage, smooth, depth-buffered, PF_8R8G8B triangle.
398 * XImage, flat, depth-buffered, PF_8R8G8B triangle.
613 * XImage, smooth, NON-depth-buffered, PF_8R8G8B triangle.
636 * XImage, smooth, NON-depth-buffered, PF_8R8G8B triangle.
794 * XImage, flat, NON-depth-buffered, PF_8R8G8B triangle.
1042 case PF_8R8G8B:
1069 case PF_8R8G8B:
    [all...]
xm_api.c 528 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */
661 case PF_8R8G8B:
    [all...]
xm_buffer.c 342 case PF_8R8G8B:

Completed in 1453 milliseconds