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

  /xsrc/external/mit/xorg-server/dist/render/
picture.h 67 #define PICT_FORMAT_COLOR(f) PIXMAN_FORMAT_COLOR(f)
picture.c 1446 no_src_alpha = PICT_FORMAT_COLOR(pSrc->format) &&
1454 no_dst_alpha = PICT_FORMAT_COLOR(pDst->format) &&
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.h 67 #define PICT_FORMAT_COLOR(f) PIXMAN_FORMAT_COLOR(f)
picture.c 1593 no_src_alpha = PICT_FORMAT_COLOR(pSrc->format) &&
1602 no_dst_alpha = PICT_FORMAT_COLOR(pDst->format) &&
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPict.c 65 if(!PICT_FORMAT_COLOR(format))
112 if(!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 153 if (!PICT_FORMAT_COLOR(pFormat->format) &&
186 if (!PICT_FORMAT_COLOR(format) && PICT_FORMAT_TYPE(format) != PICT_TYPE_A)
908 (PICT_FORMAT_COLOR(pDst->format) &&
909 PICT_FORMAT_COLOR(pSrc->format) &&
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_render.c 159 if (!PICT_FORMAT_COLOR(pFormat->format) &&
193 if (!PICT_FORMAT_COLOR(format) && PICT_FORMAT_TYPE(format) != PICT_TYPE_A)
929 (PICT_FORMAT_COLOR(pDst->format) &&
930 PICT_FORMAT_COLOR(pSrc->format) &&
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-render.c 151 if (!PICT_FORMAT_COLOR(format))
190 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 187 if (!PICT_FORMAT_COLOR(format))
226 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1509 || (PICT_FORMAT_COLOR(dest->format)
1510 && PICT_FORMAT_COLOR(source->format)
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 228 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 228 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 227 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_blt.c 746 if (!PICT_FORMAT_COLOR(format))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_blt.c 726 if (!PICT_FORMAT_COLOR(format))

Completed in 63 milliseconds