Lines Matching refs:mLineLoopIndexBuffer
136 if (!mLineLoopIndexBuffer)
144 encoder->drawIndexed(MTLPrimitiveTypeLine, 2, MTLIndexTypeUInt32, mLineLoopIndexBuffer, 0);
159 &mLineLoopIndexBuffer, nullptr, nullptr));
165 mLineLoopIndexBuffer, 0));
173 {indexTypeOrNone, vertexOrIndexCount, indices, mLineLoopIndexBuffer, 0}));
183 mtl::BufferRef mLineLoopIndexBuffer;
212 mLineLoopIndexBuffer.initialize(this, 0, mtl::kIndexBufferOffsetAlignment,
224 mLineLoopIndexBuffer.destroy(this);
378 ANGLE_TRY(AllocateBufferFromPool(this, genIndicesCount, &mLineLoopIndexBuffer, &genIdxBuffer,
384 ANGLE_TRY(mLineLoopIndexBuffer.commit(this));
543 ANGLE_TRY(AllocateBufferFromPool(this, reservedIndices, &mLineLoopIndexBuffer,
550 ANGLE_TRY(mLineLoopIndexBuffer.commit(this));