Lines Matching refs:RefCount
128 assert(shared->DefaultTex[TEXTURE_1D_INDEX]->RefCount == 1);
192 assert(prog->RefCount == 1); /* should only be referenced by hash table */
193 prog->RefCount = 0; /* now going away */
272 /*assert(fb->RefCount == 1);*/
273 fb->RefCount = 0;
291 rb->RefCount = 0; /* see comment for FBOs above */
487 assert(old->RefCount >= 1);
488 old->RefCount--;
489 delete = (old->RefCount == 0);
502 state->RefCount++;