Home | History | Annotate | Download | only in functional

Lines Matching defs:rowPitch

844 			int		rowPitch	= getRowPitch(fmt, levelW, m_alignment);
847 data.resize(rowPitch*levelH);
848 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
889 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
894 data.resize(rowPitch*levelH);
895 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
1190 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1191 data.resize(rowPitch*m_subH);
1192 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));
1244 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1245 data.resize(rowPitch*m_subH);
1246 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));