Searched refs:baseCellSize (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 341 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local 352 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture() 371 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local 389 …>getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA… in initTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 645 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local 656 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture() 676 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local 699 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB); in initTexture() 734 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); in initTexture() local 749 …ayer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA… in initTexture() 769 …int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.… in initTexture() local 780 …tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
|