Searched refs:currentDrawables (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxserver.h131 DrawablePtr *currentDrawables; member in struct:__GLXclientStateRec
H A Dglxext.c82 free(cl->currentDrawables);
H A Dglxcmds.c590 cl->currentDrawables = (DrawablePtr *) malloc(sizeof(DrawablePtr));
595 cl->currentDrawables = (DrawablePtr *) realloc(
596 cl->currentDrawables ,
602 cl->currentDrawables[num] = pDraw;
670 return cl->currentDrawables[tag-1];

Completed in 7 milliseconds