Searched refs:contextTagCount (Results 1 – 3 of 3) sorted by relevance
106 for (index=0; index<cl->contextTagCount; index++) { in GlxAllocContextTag()111 if (index >= cl->contextTagCount) { in GlxAllocContextTag()114 unsigned int newSize = cl->contextTagCount * 2; in GlxAllocContextTag()126 memset(&newTags[cl->contextTagCount], 0, in GlxAllocContextTag()127 (newSize - cl->contextTagCount) * sizeof(GlxContextTagInfo)); in GlxAllocContextTag()129 index = cl->contextTagCount; in GlxAllocContextTag()131 cl->contextTagCount = newSize; in GlxAllocContextTag()135 assert(index < cl->contextTagCount); in GlxAllocContextTag()150 if (tag > 0 && (tag - 1) < cl->contextTagCount) { in GlxLookupContextTag()
59 unsigned int contextTagCount; member
165 for (i = 0; i < cl->contextTagCount; i++) { in GlxFreeClientData()