Searched refs:colorOffsetData (Results 1 – 1 of 1) sorted by relevance
720 std::vector<tcu::Vec4> colorOffsetData (colorOffsetBufSize); in createBuffers() local731 colorOffsetWritePtr = &colorOffsetData[0]; in createBuffers()804 …gl.bufferData(GL_ARRAY_BUFFER, (int)(colorOffsetData.size() * sizeof(tcu::Vec4)), colorOffsetData[… in createBuffers()1010 std::vector<tcu::Vec4> colorOffsetData (2 * numColorOffsetElements); in createBuffers() local1033 colorOffsetData[((y * GRID_SIZE + x) * numInstanceElementsPerCell + v) * 2 + 0] = color; in createBuffers()1034 …colorOffsetData[((y * GRID_SIZE + x) * numInstanceElementsPerCell + v) * 2 + 1] = tcu::Vec4(x / fl… in createBuffers()1047 …gl.bufferData(GL_ARRAY_BUFFER, (int)(colorOffsetData.size() * sizeof(tcu::Vec4)), colorOffsetData[… in createBuffers()