HomeSort by: relevance | last modified time | path
    Searched defs:pFormats (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xv.h 128 XF86VideoFormatPtr pFormats;
  /xsrc/external/mit/xorg-server/dist/Xext/
xvdix.h 152 XvFormatPtr pFormats;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.h 128 KdVideoFormatPtr pFormats;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xvdix.h 154 XvFormatPtr pFormats;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xv.h 158 XF86VideoFormatPtr pFormats;
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.c 167 PictFormatPtr pFormats;
338 pFormats = calloc(nformats, sizeof (PictFormatRec));
339 if (!pFormats)
343 pFormats[f].id = FakeClientID (0);
344 pFormats[f].depth = formats[f].depth;
346 pFormats[f].format = format;
349 pFormats[f].type = PictTypeDirect;
351 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format));
352 if (pFormats[f].direct.alphaMask)
353 pFormats[f].direct.alpha = (PICT_FORMAT_R(format)
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
picture.c 170 PictFormatPtr pFormats;
297 pFormats = calloc(nformats, sizeof(PictFormatRec));
298 if (!pFormats)
301 pFormats[f].id = FakeClientID(0);
302 pFormats[f].depth = formats[f].depth;
304 pFormats[f].format = format;
307 pFormats[f].type = PictTypeDirect;
309 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format));
311 if (pFormats[f].direct.alphaMask)
312 pFormats[f].direct.alpha = (PICT_FORMAT_R(format)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kxv.h 169 KdVideoFormatPtr pFormats;

Completed in 9 milliseconds