Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2322 std::vector<deInt8> drawCommandBuffer; in iterate() local
2323 drawCommandBuffer.resize(m_bufferSize); in iterate()
2325 deMemset(&drawCommandBuffer[0], 0, (int)drawCommandBuffer.size()); in iterate()
2329 DE_ASSERT(drawCommandBuffer.size() >= sizeof(drawCommand) + m_alignment); in iterate()
2330 deMemcpy(&drawCommandBuffer[m_alignment], &drawCommand, sizeof(drawCommand)); in iterate()
2352 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, drawCommandBuffer.size(), &drawCommandBuffer[0], GL_STATIC_… in iterate()