Lines Matching refs:rowPitch
843 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
846 data.resize(rowPitch*levelH); in createTexture()
847 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize,… in createTexture()
888 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture() local
893 data.resize(rowPitch*levelH); in createTexture()
894 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize,… in createTexture()
1189 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
1190 data.resize(rowPitch*m_subH); in createTexture()
1191 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1… in createTexture()
1243 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture() local
1244 data.resize(rowPitch*m_subH); in createTexture()
1245 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1… in createTexture()