Lines Matching refs:levelNdx
497 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
502 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
503 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
507 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
510 const deUint32 rgb = step*levelNdx; in init()
514 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
515 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init()
823 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
825 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
826 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFa… in init()
833 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
836 const deUint32 rgb = step*levelNdx*face; in init()
840 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
841 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, t… in init()