Searched defs:baseCellSize (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 341 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local 352 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB); 371 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local 389 tcu::fillWithGrid(m_textureCube->getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA, colorB);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 645 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local 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); local 699 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB); 734 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4); local 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); local 780 tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
|
Completed in 63 milliseconds