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

  /xsrc/external/mit/xorg-server/dist/render/
picture.h 41 #define PICT_FORMAT(bpp,type,a,r,g,b) PIXMAN_FORMAT(bpp, type, a, r, g, b)
picture.c 187 formats[nformats].format = PICT_FORMAT(BitsPerPixel(8),
237 format = PICT_FORMAT(bpp, type, 0, r, g, b);
673 formats[n].format = PICT_FORMAT(0, type, a, r, g, b);
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.h 41 #define PICT_FORMAT(bpp,type,a,r,g,b) PIXMAN_FORMAT(bpp, type, a, r, g, b)
picture.c 184 formats[nformats].format = PICT_FORMAT(BitsPerPixel(8),
189 formats[nformats].format = PICT_FORMAT(BitsPerPixel(4),
246 format = PICT_FORMAT(bpp, type, 0, r, g, b);
674 formats[n].format = PICT_FORMAT(0,type,a,r,g,b);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_render.h 59 uint32_t pict_format; member in struct:sna_composite_op::sna_composite_channel
956 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
sna_render.c 45 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
1331 channel->pict_format = PIXMAN_a8;
1334 channel->pict_format = PIXMAN_a8r8g8b8;
1349 PictureMatchFormat(screen, depth, channel->pict_format),
1439 picture->format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1462 channel->pict_format = PIXMAN_a8r8g8b8;
1506 channel->pict_format =
1509 __FUNCTION__, channel->is_opaque, channel->pict_format));
1522 dst = pixman_image_create_bits(channel->pict_format,
1635 channel->pict_format = PIXMAN_a8
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_render.h 59 uint32_t pict_format; member in struct:sna_composite_op::sna_composite_channel
866 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
sna_render.c 45 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
1347 channel->pict_format = PIXMAN_a8;
1350 channel->pict_format = PIXMAN_a8r8g8b8;
1365 PictureMatchFormat(screen, depth, channel->pict_format),
1455 picture->format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1478 channel->pict_format = PIXMAN_a8r8g8b8;
1522 channel->pict_format =
1525 __FUNCTION__, channel->is_opaque, channel->pict_format));
1538 dst = pixman_image_create_bits(channel->pict_format,
1651 channel->pict_format = PIXMAN_a8
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 910 pDst->format == PICT_FORMAT(PICT_FORMAT_BPP(pSrc->format),
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_render.c 931 pDst->format == PICT_FORMAT(PICT_FORMAT_BPP(pSrc->format),
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 1307 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 1307 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 1454 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1511 && dest->format == PICT_FORMAT(PICT_FORMAT_BPP(source->format),

Completed in 61 milliseconds