Searched refs:currentDrawables (Results 1 – 3 of 3) sorted by relevance
116 DrawablePtr *currentDrawables; member
79 free(cl->currentDrawables); in ResetClientState()
686 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()