Home | History | Annotate | Download | only in main

Lines Matching full:refcount

116    obj->RefCount = 1;
333 * If '*ptr', decrement *ptr's refcount (and delete if it becomes zero).
334 * If 'tex' is non-null, increment its refcount.
353 ASSERT(oldTex->RefCount > 0);
354 oldTex->RefCount--;
356 deleteFlag = (oldTex->RefCount == 0);
375 if (tex->RefCount == 0) {
382 tex->RefCount++;
785 assert(texObj->RefCount == 1);
1108 /* Unreference the texobj. If refcount hits zero, the texture
1250 early_out = ((ctx->Shared->RefCount == 1)
1261 /* Do the actual binding. The refcount on the previously bound