HomeSort by: relevance | last modified time | path
    Searched refs:pFormat (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/render/
miindex.c 228 miInitIndexed(ScreenPtr pScreen, PictFormatPtr pFormat)
230 ColormapPtr pColormap = pFormat->index.pColormap;
256 pFormat->index.nvalues = num;
257 pFormat->index.pValues = xallocarray(num, sizeof(xIndexValue));
258 if (!pFormat->index.pValues) {
269 pFormat->index.pValues[i].pixel = p;
270 pFormat->index.pValues[i].red = rgb[i].red;
271 pFormat->index.pValues[i].green = rgb[i].green;
272 pFormat->index.pValues[i].blue = rgb[i].blue;
273 pFormat->index.pValues[i].alpha = 0xffff
    [all...]
mipict.h 114 miInitIndexed(ScreenPtr pScreen, PictFormatPtr pFormat);
117 miCloseIndexed(ScreenPtr pScreen, PictFormatPtr pFormat);
122 PictFormatPtr pFormat, int ndef, xColorItem * pdef);
render.c 320 PictFormatPtr pFormat;
387 for (nformat = 0, pFormat = ps->formats;
388 nformat < ps->nformats; nformat++, pFormat++) {
389 pictForm->id = pFormat->id;
390 pictForm->type = pFormat->type;
391 pictForm->depth = pFormat->depth;
392 pictForm->direct.red = pFormat->direct.red;
393 pictForm->direct.redMask = pFormat->direct.redMask;
394 pictForm->direct.green = pFormat->direct.green;
395 pictForm->direct.greenMask = pFormat->direct.greenMask
    [all...]
mirect.c 48 miRenderColorToPixel(pDst->pFormat, color, &pixel);
picturestr.h 126 PictFormatPtr pFormat;
263 typedef Bool (*InitIndexedProcPtr) (ScreenPtr pScreen, PictFormatPtr pFormat);
265 typedef void (*CloseIndexedProcPtr) (ScreenPtr pScreen, PictFormatPtr pFormat);
268 PictFormatPtr pFormat,
433 PictFormatPtr pFormat,
  /xsrc/external/mit/xorg-server.old/dist/render/
miindex.c 237 PictFormatPtr pFormat)
239 ColormapPtr pColormap = pFormat->index.pColormap;
267 pFormat->index.nvalues = num;
268 pFormat->index.pValues = malloc(num * sizeof (xIndexValue));
269 if (!pFormat->index.pValues)
283 pFormat->index.pValues[i].pixel = p;
284 pFormat->index.pValues[i].red = rgb[i].red;
285 pFormat->index.pValues[i].green = rgb[i].green;
286 pFormat->index.pValues[i].blue = rgb[i].blue;
287 pFormat->index.pValues[i].alpha = 0xffff
    [all...]
mipict.h 203 PictFormatPtr pFormat);
207 PictFormatPtr pFormat);
211 PictFormatPtr pFormat,
render.c 342 PictFormatPtr pFormat;
414 for (nformat = 0, pFormat = ps->formats;
416 nformat++, pFormat++)
418 pictForm->id = pFormat->id;
419 pictForm->type = pFormat->type;
420 pictForm->depth = pFormat->depth;
421 pictForm->direct.red = pFormat->direct.red;
422 pictForm->direct.redMask = pFormat->direct.redMask;
423 pictForm->direct.green = pFormat->direct.green;
424 pictForm->direct.greenMask = pFormat->direct.greenMask
    [all...]
picturestr.h 150 PictFormatPtr pFormat;
307 PictFormatPtr pFormat);
310 PictFormatPtr pFormat);
313 PictFormatPtr pFormat,
501 PictFormatPtr pFormat,
mirect.c 51 miRenderColorToPixel (pDst->pFormat, color, &pixel);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpict.c 182 XRenderPictFormat *pFormat = NULL;
185 if (!pFmt || !dmxScreen->beDisplay) return pFormat;
188 pFormat = XRenderFindFormat(dmxScreen->beDisplay, 0, 0, i++);
189 if (!pFormat) break;
191 if (pFormat->type != pFmt->type) continue;
192 if (pFormat->depth != pFmt->depth) continue;
193 if (pFormat->direct.red != pFmt->direct.red) continue;
194 if (pFormat->direct.redMask != pFmt->direct.redMask) continue;
195 if (pFormat->direct.green != pFmt->direct.green) continue;
196 if (pFormat->direct.greenMask != pFmt->direct.greenMask) continue
    [all...]
dmxpict.h 89 extern Bool dmxInitIndexed(ScreenPtr pScreen, PictFormatPtr pFormat);
90 extern void dmxCloseIndexed(ScreenPtr pScreen, PictFormatPtr pFormat);
91 extern void dmxUpdateIndexed(ScreenPtr pScreen, PictFormatPtr pFormat,
  /xsrc/external/mit/libX11/dist/src/xcms/
cmsProp.c 110 int *pFormat,
148 *pFormat = format_ret;
Cv.h 171 int *pFormat,
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 146 CARD16 blue, CARD16 alpha, PictFormatPtr pFormat)
153 if (!PICT_FORMAT_COLOR(pFormat->format) &&
154 PICT_FORMAT_TYPE(pFormat->format) != PICT_TYPE_A)
157 rbits = PICT_FORMAT_R(pFormat->format);
158 gbits = PICT_FORMAT_G(pFormat->format);
159 bbits = PICT_FORMAT_B(pFormat->format);
160 abits = PICT_FORMAT_A(pFormat->format);
162 rshift = pFormat->direct.red;
163 gshift = pFormat->direct.green;
164 bshift = pFormat->direct.blue
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_render.c 152 PictFormatPtr pFormat)
159 if (!PICT_FORMAT_COLOR(pFormat->format) &&
160 PICT_FORMAT_TYPE(pFormat->format) != PICT_TYPE_A)
163 rbits = PICT_FORMAT_R(pFormat->format);
164 gbits = PICT_FORMAT_G(pFormat->format);
165 bbits = PICT_FORMAT_B(pFormat->format);
166 abits = PICT_FORMAT_A(pFormat->format);
168 rshift = pFormat->direct.red;
169 gshift = pFormat->direct.green;
170 bshift = pFormat->direct.blue
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_format.c 1254 enum pipe_format pformat = st_choose_matching_format_noverify(st, format, type, swapBytes); local
1255 if (pformat != PIPE_FORMAT_NONE &&
1256 (!bind || screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, 0, 0, bind)))
1257 return pformat;
1272 enum pipe_format pFormat;
1334 pFormat = st_choose_matching_format(st, bindings, format, type,
1337 if (pFormat != PIPE_FORMAT_NONE)
1338 return st_pipe_format_to_mesa_format(pFormat);
1344 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
1347 if (pFormat != PIPE_FORMAT_NONE
1482 enum pipe_format pformat = st_choose_format(st, local
1495 enum pipe_format pformat = st_mesa_format_to_pipe_format(st, format); local
    [all...]
  /xsrc/external/mit/xorg-server/dist/mi/
midispcur.c 162 PictFormatPtr pFormat;
167 pFormat = PictureWindowFormat(pWin);
168 if (!pFormat)
170 pPicture = CreatePicture(0, pDraw, pFormat,
190 PictFormatPtr pFormat;
194 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8);
195 if (!pFormat)
216 pFormat, 0, 0, serverClient, &error);
  /xsrc/external/mit/xorg-server.old/dist/mi/
midispcur.c 168 PictFormatPtr pFormat;
176 pFormat = PictureMatchVisual (pScreen, pDraw->depth, pVisual);
177 if (!pFormat)
179 pPicture = CreatePicture (0, pDraw, pFormat,
201 PictFormatPtr pFormat;
204 pFormat = PictureMatchFormat (pScreen, 32, PICT_a8r8g8b8);
205 if (!pFormat)
235 pFormat, 0, 0, serverClient, &error);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_format.c 2103 enum pipe_format pformat; member in struct:exact_format_mapping
2164 return tbl[i].pformat;
2342 enum pipe_format pFormat;
2400 pFormat = st_choose_matching_format(st, bindings, format, type,
2403 if (pFormat != PIPE_FORMAT_NONE)
2404 return st_pipe_format_to_mesa_format(pFormat);
2410 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
2413 if (pFormat != PIPE_FORMAT_NONE)
2414 return st_pipe_format_to_mesa_format(pFormat);
2419 pFormat = st_choose_format(st, internalFormat, format, type
2538 enum pipe_format pformat = st_choose_format(st, local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbpict.c 206 if (pict->pFormat->index.devPrivate)
207 pixman_image_set_indexed(image, pict->pFormat->index.devPrivate);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbpict.c 206 if (pict->pFormat->index.devPrivate)
207 pixman_image_set_indexed(image, pict->pFormat->index.devPrivate);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpict.c 202 if (pict->pFormat->index.devPrivate)
203 pixman_image_set_indexed (image, pict->pFormat->index.devPrivate);
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.c 200 XvFormatPtr pFormat, pf;
301 if (!(pFormat = calloc(totFormat, sizeof(XvFormatRec)))) {
305 for (pf = pFormat, i = 0, numFormat = 0, formatPtr =
318 moreSpace = reallocarray(pFormat, totFormat,
322 pFormat = moreSpace;
323 pf = pFormat + numFormat;
336 pa->pFormats = pFormat;
  /xsrc/external/mit/xcmsdb/dist/
xcmsdb.c 56 int *pFormat, unsigned long *pNItems,
867 _XcmsGetProperty(Display *pDpy, Window w, Atom property, int *pFormat,
903 *pFormat = format_ret;

Completed in 29 milliseconds

1 2