Searched refs:SharedCommandMemoryAllocator (Results 1 – 4 of 4) sorted by relevance
27 using SharedCommandMemoryAllocator = angle::SharedRingBufferAllocator; variable40 void attachAllocator(SharedCommandMemoryAllocator *allocator);41 SharedCommandMemoryAllocator *detachAllocator(bool isCommandBufferEmpty);43 SharedCommandMemoryAllocator *getAllocator() { return mAllocator; } in getAllocator()47 SharedCommandMemoryAllocator *mAllocator;82 angle::Result initialize(SharedCommandMemoryAllocator *allocator) in initialize()105 void attachAllocator(SharedCommandMemoryAllocator *source);106 void detachAllocator(SharedCommandMemoryAllocator *destination);
31 void SharedCommandBlockAllocator::attachAllocator(SharedCommandMemoryAllocator *allocator) in attachAllocator()42 SharedCommandMemoryAllocator *SharedCommandBlockAllocator::detachAllocator( in detachAllocator()53 SharedCommandMemoryAllocator *result = mAllocator; in detachAllocator()58 void SharedCommandBlockPool::attachAllocator(SharedCommandMemoryAllocator *source) in attachAllocator()74 void SharedCommandBlockPool::detachAllocator(SharedCommandMemoryAllocator *destination) in detachAllocator()
35 using SecondaryCommandMemoryAllocator = SharedCommandMemoryAllocator;
66 - `SecondaryCommandMemoryAllocator` -> `SharedCommandMemoryAllocator` -> `angle::SharedRingBufferAl…