Searched refs:allocateNewBuffer (Results 1 – 4 of 4) sorted by relevance
114 angle::Result allocateNewBuffer(ContextMtl *contextMtl);
131 angle::Result BufferPool::allocateNewBuffer(ContextMtl *contextMtl)206 ANGLE_TRY(allocateNewBuffer(contextMtl));
168 angle::Result allocateNewBuffer(ContextVk *contextVk);
2014 angle::Result DynamicBuffer::allocateNewBuffer(ContextVk *contextVk) in allocateNewBuffer() function in rx::vk::DynamicBuffer2109 ANGLE_TRY(allocateNewBuffer(contextVk)); in allocateWithAlignment()