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

  /xsrc/external/mit/libX11/dist/src/
SetPntMap.c 37 int nmaps)
44 req->nElts = nmaps;
45 req->length += (nmaps + 3)>>2;
46 Data (dpy, (_Xconst char *)map, (long) nmaps);
GetPntMap.c 43 int nmaps)
76 MIN((int)rep.nElts, nmaps) );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
buffer9.c 58 This->nmaps = 0;
155 while (This->nmaps) {
262 This->nmaps++;
297 if (This->nmaps == This->maxmaps) {
326 if (This->nmaps >= 1)
327 This->maps[This->nmaps-1].should_destroy_buf = true;
335 This->maps[This->nmaps].transfer = NULL;
336 This->maps[This->nmaps].is_pipe_secondary = false;
337 This->maps[This->nmaps].buf = NULL;
338 This->maps[This->nmaps].should_destroy_buf = false
    [all...]
buffer9.h 52 int nmaps, maxmaps; member in struct:NineBuffer9
  /xsrc/external/mit/ctwm/dist/
colormaps.h 20 void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
colormaps.c 555 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
597 sc->nmaps = nmaps;
656 int nmaps; local
658 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
660 InsertRGBColormap(atoms[i], maps, nmaps, false);
screen.h 49 int nmaps; /* number of maps below */ member in struct:StdCmap
util.c 205 for(i = 0; i < sc->nmaps; i++) {
event_handlers.c 1161 int nmaps; local
1163 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps,
1166 InsertRGBColormap(Event.xproperty.atom, maps, nmaps, true);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
buffer9.c 60 This->nmaps = 0;
192 assert(!This->nmaps);
365 if (This->nmaps == This->maxmaps) {
394 if (This->nmaps >= 1)
395 This->maps[This->nmaps-1].should_destroy_buf = true;
403 This->maps[This->nmaps].transfer = NULL;
404 This->maps[This->nmaps].is_pipe_secondary = false;
405 This->maps[This->nmaps].buf = NULL;
406 This->maps[This->nmaps].should_destroy_buf = false;
411 if (This->nmaps >= 1
    [all...]
buffer9.h 55 int nlocks, nmaps, maxmaps; member in struct:NineBuffer9
  /xsrc/external/mit/twm/dist/src/
util.h 73 extern void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
util.c 391 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, Bool replace)
429 sc->nmaps = nmaps;
471 int nmaps; local
473 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
475 InsertRGBColormap(atoms[i], maps, nmaps, False);
524 for (i = 0; i < sc->nmaps; i++) {
screen.h 47 int nmaps; /* number of maps below */ member in struct:_StdCmap
events.c 747 int nmaps; local
751 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps,
754 InsertRGBColormap(Event.xproperty.atom, maps, nmaps, True);

Completed in 16 milliseconds