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()
819 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
821 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
822 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFa… in init()
829 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
832 const deUint32 rgb = step*levelNdx*face; in init()
836 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
837 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, t… in init()