Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndservermapping.c106 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()
H A Dvndserver.h59 unsigned int contextTagCount; member
H A Dvndext.c165 for (i = 0; i < cl->contextTagCount; i++) { in GlxFreeClientData()