Searched defs:InternalBuffer (Results 1 – 2 of 2) sorted by relevance
44 struct InternalBuffer { struct45 BufferId mId;46 size_t mOwnerCount;47 size_t mTransactionCount;48 const std::shared_ptr<BufferPoolAllocation> mAllocation;49 const size_t mAllocSize;50 const std::vector<uint8_t> mConfig;52 InternalBuffer( in InternalBuffer() argument60 const native_handle_t *handle() { in handle()
52 struct InternalBuffer { struct53 BufferId mId;54 size_t mOwnerCount;55 size_t mTransactionCount;56 const std::shared_ptr<BufferPoolAllocation> mAllocation;57 const size_t mAllocSize;58 const std::vector<uint8_t> mConfig;59 bool mInvalidated;61 InternalBuffer( in InternalBuffer() argument70 const native_handle_t *handle() { in handle()[all …]