Searched refs:mAuxBufferPool (Results 1 – 2 of 2) sorted by relevance
213 mAuxBufferPool(nullptr)221 if (mAuxBufferPool)223 mAuxBufferPool->destroy(contextMtl);224 delete mAuxBufferPool;225 mAuxBufferPool = nullptr;254 if (mAuxBufferPool)256 if (mAuxBufferPool->reset(context, mtl::kDefaultUniformsMaxSize * 2,260 mAuxBufferPool->destroy(context);261 delete mAuxBufferPool;262 mAuxBufferPool = nullptr;[all …]
291 mtl::BufferPool *mAuxBufferPool; variable