Lines Matching refs:RefCount
130 assert(shared->DefaultTex[TEXTURE_1D_INDEX]->RefCount == 1);
194 assert(prog->RefCount == 1); /* should only be referenced by hash table */
195 prog->RefCount = 0; /* now going away */
274 /*assert(fb->RefCount == 1);*/
275 fb->RefCount = 0;
293 rb->RefCount = 0; /* see comment for FBOs above */
488 assert(old->RefCount >= 1);
489 old->RefCount--;
490 delete = (old->RefCount == 0);
503 state->RefCount++;