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

  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 276 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
279 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange));
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 267 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
270 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange));

Completed in 88 milliseconds