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

  /xsrc/external/mit/libXrender/dist/src/
Xrenderint.h 66 int ndepth; member in struct:_XRenderInfo
  /xsrc/external/mit/xorg-server/dist/mi/
micmap.c 434 int ndepth, nvisual; local
455 ndepth = 0;
458 ndepth++;
461 depth = xallocarray(ndepth, sizeof(DepthRec));
463 preferredCVCs = xallocarray(ndepth, sizeof(int));
472 *ndepthp = ndepth;
544 for (i = 0; i < ndepth; i++) {
552 for (i = first_depth; i < ndepth; i++) {
578 if (i == ndepth) {
  /xsrc/external/mit/xorg-server.old/dist/mi/
micmap.c 509 int ndepth, nvisual; local
532 ndepth = 0;
536 ndepth++;
539 depth = malloc(ndepth * sizeof (DepthRec));
541 preferredCVCs = malloc(ndepth * sizeof(int));
551 *ndepthp = ndepth;
625 for (i = 0; i < ndepth; i++) {
633 for (i = first_depth; i < ndepth; i++)
661 if (i == ndepth) {
  /xsrc/external/mit/xorg-server/dist/render/
render.c 322 int ndepth; local
341 ndepth = nformat = nvisual = 0;
346 ++ndepth;
367 ndepth * sizeof(xPictDepth) +
377 reply->numDepths = ndepth;
426 ndepth = 0;
452 ndepth++;
455 pictScreen->nDepth = ndepth;
462 swapl(&pictScreen->nDepth);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/render/
render.c 344 int ndepth; local
363 ndepth = nformat = nvisual = 0;
370 ++ndepth;
391 ndepth * sizeof (xPictDepth) +
402 reply->numDepths = ndepth;
456 ndepth = 0;
487 ndepth++;
490 pictScreen->nDepth = ndepth;
498 swapl (&pictScreen->nDepth, n)
    [all...]

Completed in 11 milliseconds