Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxserver.h116 DrawablePtr *currentDrawables; member
H A Dglxext.c79 free(cl->currentDrawables); in ResetClientState()
H A Dglxcmds.c686 cl->currentDrawables = (DrawablePtr *) malloc(sizeof(DrawablePtr)); in AddCurrentContext()
692 cl->currentDrawables = reallocarray(cl->currentDrawables, num + 1, in AddCurrentContext()
699 cl->currentDrawables[num] = pDraw; in AddCurrentContext()
776 return cl->currentDrawables[tag - 1]; in __glXLookupDrawableByTag()