Searched refs:ownedByClient (Results 1 – 1 of 1) sorted by relevance
554 bool ownedByClient = (clientBuffer != nullptr); in initialize() local555 if (!ownedByClient) { in initialize()558 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()587 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) {589 mBuffers[i].ownedByClient = true;622 if (!mBuffers[i].ownedByClient) { in returnBuffer()627 mBuffers[i].ownedByClient = false; in returnBuffer()657 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()688 entry.ownedByClient = false; in flush()707 bool ownedByClient; member