Lines Matching refs:mLineLoopIndexBuffer
151 if (!mLineLoopIndexBuffer)
159 encoder->drawIndexed(MTLPrimitiveTypeLine, 2, MTLIndexTypeUInt32, mLineLoopIndexBuffer, 0);
174 &mLineLoopIndexBuffer, nullptr, nullptr));
180 mLineLoopIndexBuffer, 0));
188 {indexTypeOrNone, vertexOrIndexCount, indices, mLineLoopIndexBuffer, 0}));
198 mtl::BufferRef mLineLoopIndexBuffer;
240 mLineLoopIndexBuffer.initialize(this, 0, mtl::kIndexBufferOffsetAlignment,
256 mLineLoopIndexBuffer.destroy(this);
425 ANGLE_TRY(AllocateBufferFromPool(this, genIndicesCount, &mLineLoopIndexBuffer, &genIdxBuffer,
431 ANGLE_TRY(mLineLoopIndexBuffer.commit(this));
638 ANGLE_TRY(AllocateBufferFromPool(this, reservedIndices, &mLineLoopIndexBuffer,
645 ANGLE_TRY(mLineLoopIndexBuffer.commit(this));