Lines Matching refs:levelNdx
494 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
499 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
500 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
504 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
507 const deUint32 rgb = step*levelNdx; in init()
511 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
512 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*… in init()
811 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
813 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
814 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFa… in init()
821 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in init() local
824 const deUint32 rgb = step*levelNdx*face; in init()
828 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
829 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, t… in init()