Lines Matching defs:ref
56 ULONG ref = InterlockedIncrement(&This->ref);58 TRACE("%p increasing refcount to %u.\n", iface, ref);60 if (ref == 1)67 return ref;72 ULONG ref = InterlockedDecrement(&This->ref);74 TRACE("%p decreasing refcount to %u.\n", iface, ref);76 if (ref == 0) {81 return ref;107 shader->ref = 1;