Searched refs:nformat (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Xrenderint.h | 62 int nformat; member in struct:_XRenderInfo
|
| H A D | Xrender.c | 360 for (nf = 0; nf < xri->nformat; nf++) 509 xri->nformat = (int) rep.numFormats; 681 for (nf = 0; nf < xri->nformat; nf++)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | surface.c | 328 enum pipe_format nformat = pformat; local in function:vlVdpVideoSurfacePutBitsYCbCr 332 if (!screen->is_video_format_supported(screen, nformat, 335 nformat = screen->get_video_param(screen, 339 if (nformat == PIPE_FORMAT_NONE) { 346 nformat != p_surf->video_buffer->buffer_format) { 352 p_surf->templat.buffer_format = nformat; 353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | surface.c | 328 enum pipe_format nformat = pformat; local in function:vlVdpVideoSurfacePutBitsYCbCr 332 if (!screen->is_video_format_supported(screen, nformat, 335 nformat = screen->get_video_param(screen, 339 if (nformat == PIPE_FORMAT_NONE) { 346 nformat != p_surf->video_buffer->buffer_format) { 352 p_surf->templat.buffer_format = nformat; 353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY)
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picture.c | 147 int nformat, 153 for (n = 0; n < nformat; n++) 155 return nformat; 156 formats[nformat].format = format; 157 formats[nformat].depth = depth; 158 return ++nformat; 470 int nformat; local in function:PictureInitIndexedFormats 475 nformat = ps->nformats; 476 while (nformat--) 524 int nformat; local in function:PictureMatchVisual 146 addFormat(FormatInitRec formats[256],int nformat,CARD32 format,CARD8 depth) argument 577 int nformat; local in function:PictureMatchFormat [all...] |
| H A D | render.c | 343 int nformat; local in function:ProcRenderQueryPictFormats 363 ndepth = nformat = nvisual = 0; 381 nformat += ps->nformats; 389 nformat * sizeof (xPictFormInfo) + 400 reply->numFormats = nformat; 414 for (nformat = 0, pFormat = ps->formats; 415 nformat < ps->nformats; 416 nformat++, pFormat++)
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | picture.c | 152 addFormat(FormatInitRec formats[256], int *nformat, CARD32 format, CARD8 depth) argument 156 for (n = 0; n < *nformat; n++) 159 formats[*nformat].format = format; 160 formats[*nformat].depth = depth; 161 ++*nformat; 448 int nformat; local in function:PictureInitIndexedFormats 453 nformat = ps->nformats; 454 while (nformat--) 501 int nformat; local in function:PictureMatchVisual 507 nformat 549 int nformat; local in function:PictureMatchFormat [all...] |
| H A D | render.c | 321 int nformat; local in function:ProcRenderQueryPictFormats 341 ndepth = nformat = nvisual = 0; 357 nformat += ps->nformats; 365 nformat * sizeof(xPictFormInfo) + 375 reply->numFormats = nformat; 387 for (nformat = 0, pFormat = ps->formats; 388 nformat < ps->nformats; nformat++, pFormat++) {
|
Completed in 14 milliseconds