Searched refs:baseCellSize (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp336 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local
347 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
366 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local
384 tcu::fillWithGrid(m_textureCube->getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA, colorB);
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp582 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local
593 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
613 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local
636 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB);
671 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local
686 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB);
706 int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.depth/2); local
717 tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);

Completed in 125 milliseconds