Searched refs:mIndicesMemoryBuffer (Results 1 – 1 of 1) sorted by relevance
263 angle::MemoryBuffer mIndicesMemoryBuffer; // indices data member in rx::Buffer11::EmulatedIndexedStorage1567 ANGLE_CHECK_GL_ALLOC(context11, mIndicesMemoryBuffer.resize(indicesDataSize)); in getBuffer()1569 memcpy(mIndicesMemoryBuffer.data(), indexInfo->srcIndices, indicesDataSize); in getBuffer()