Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxcurrent.c254 if (--oldGC->thread_refcount == 0) { in MakeContextCurrent()
276 if (gc->thread_refcount == 0) { in MakeContextCurrent()
281 gc->thread_refcount++; in MakeContextCurrent()
287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) { in MakeContextCurrent()
Dglxclient.h417 unsigned long thread_refcount; member