Home
last modified time | relevance | path

Searched refs:mAuxBufferPool (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.mm213 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 …]
DProgramMtl.h291 mtl::BufferPool *mAuxBufferPool; variable