Lines Matching refs:data
837 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize);
838 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize);
849 // Copy full data to offscreen data buffer.
858 deMemcpy(dataPtr, fullOffscreenData.data(), offscreenBufferSizeSz);
900 // check nothing breaks here. We set a wrong topology, draw some offscreen data and go back to the right topology
1440 // gen data
1726 // gen data
1902 // Generate data
6042 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize);
6043 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize);
6781 // Creates a vertex buffer with the given data but uses zero as the binding stride.
6799 deMemcpy(vertexBufferAlloc.getHostPtr(), m_params.bufferData.data(), static_cast<size_t>(vertexBufferSize));
6908 // Only the top-left corner should have draw data.
7566 deMemcpy(vertexBufferData, vertices.data(), static_cast<size_t>(vertexBufferSize));