Lines Matching defs:rowPitch
862 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
865 data.resize(rowPitch*levelH);
866 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
910 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
915 data.resize(rowPitch*levelH);
916 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1226 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1227 data.resize(rowPitch*m_subH);
1228 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1.0f, 0.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 1.0f));
1283 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1284 data.resize(rowPitch*m_subH);
1285 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1.0f, 0.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 1.0f));