Searched refs:ownedByClient (Results 1 – 2 of 2) sorted by relevance
516 bool ownedByClient = (clientBuffer != nullptr); in initialize() local517 if (!ownedByClient) { in initialize()520 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()536 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) { in grabBuffer()538 mBuffers[i].ownedByClient = true; in grabBuffer()560 if (!mBuffers[i].ownedByClient) { in returnBuffer()566 mBuffers[i].ownedByClient = false; in returnBuffer()597 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()620 entry.ownedByClient = false; in flush()644 return entry.ownedByClient; in numClientBuffers()
722 bool ownedByClient; member