Home
last modified time | relevance | path

Searched refs:thread_refcount (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
Dglxcurrent.c213 if (--oldGC->thread_refcount == 0) { in MakeContextCurrent()
235 if (gc->thread_refcount == 0) { in MakeContextCurrent()
240 gc->thread_refcount++; in MakeContextCurrent()
246 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) { in MakeContextCurrent()
Dglxclient.h438 unsigned long thread_refcount; member