Lines Matching defs:ref
56 ULONG ref = InterlockedIncrement(&This->ref);58 TRACE("%p increasing refcount to %u.\n", iface, ref);60 if (ref == 1)68 return ref;73 ULONG ref = InterlockedDecrement(&This->ref);75 TRACE("%p decreasing refcount to %u.\n", iface, ref);77 if (ref == 0) {87 return ref;144 shader->ref = 1;