Searched refs:ownedByClient (Results 1 – 2 of 2) sorted by relevance
311 bool ownedByClient = (clientBuffer != nullptr); in initialize() local312 if (!ownedByClient) { in initialize()315 mBuffers.push_back({ clientBuffer, impl.mBuffers[i].compBuffer, ownedByClient }); in initialize()331 if (!mBuffers[i].ownedByClient && mBuffers[i].compBuffer.expired()) { in grabBuffer()333 mBuffers[i].ownedByClient = true; in grabBuffer()355 if (!mBuffers[i].ownedByClient) { in returnBuffer()361 mBuffers[i].ownedByClient = false; in returnBuffer()391 if (mBuffers[i].ownedByClient) { in expireComponentBuffer()414 entry.ownedByClient = false; in flush()438 return entry.ownedByClient; in numClientBuffers()
493 bool ownedByClient; member