Searched refs:zeroData (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 2162 std::vector<deUint32> zeroData (m_workSize, 0); in init() local 2168 …gl.bufferData(GL_SHADER_STORAGE_BUFFER, sizeof(deUint32) * m_workSize, &zeroData[0], GL_DYNAMIC_CO… in init() 2176 …gl.bufferData(GL_SHADER_STORAGE_BUFFER, sizeof(deUint32) * m_workSize, &zeroData[0], GL_DYNAMIC_CO… in init() 2398 const std::vector<deUint32> zeroData (m_numCalls * m_workSize, 0); in init() local 2404 gl.bufferData(GL_SHADER_STORAGE_BUFFER, sizeof(deUint32), &zeroData[0], GL_DYNAMIC_COPY); in init() 2408 …gl.bufferData(GL_SHADER_STORAGE_BUFFER, sizeof(deUint32) * m_numCalls * m_workSize, &zeroData[0], … in init() 2622 std::vector<deUint32> zeroData (m_workSize * m_workSize, 0); in init() local 2644 …gl.bufferData(GL_SHADER_STORAGE_BUFFER, sizeof(deUint32) * m_workSize * m_workSize, &zeroData[0], … in init() 2850 const std::vector<deUint32> zeroData(m_workSize*m_workSize, 0); in readWorkImage() local 2853 …DER_STORAGE_BUFFER, (int)(sizeof(deUint32) * m_workSize * m_workSize), &zeroData[0], GL_DYNAMIC_CO… in readWorkImage()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 2024 const std::vector<deUint8> zeroData (maxBufferSize, 0x00); in iterate() local 2042 gl.bufferData(GL_ARRAY_BUFFER, randomSize, &zeroData[0], usage); in iterate() 2072 const std::vector<deUint8> zeroData (maxBufferSize, 0x00); in iterate() local 2086 gl.bufferData(GL_ARRAY_BUFFER, randomSize, &zeroData[0], usage); in iterate() 2107 gl.bufferData(GL_ARRAY_BUFFER, randomSize, &zeroData[0], usage); in iterate() 2119 medianTimeMemcpy(ptr, &zeroData[0], randomSize); in iterate()
|