Lines Matching refs:baseCellSize
645 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
656 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
676 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
699 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB);
734 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
749 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB);
769 int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.depth/2);
780 tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);