HomeSort by relevance Sort by last modified time
    Searched refs:baseCellSize (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 341 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
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);
389 tcu::fillWithGrid(m_textureCube->getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA, colorB);
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 645 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
    [all...]

Completed in 58 milliseconds