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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 546 const Vec2 sizeRatio = texScale*srcSize / dstSize;
549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
873 const Vec2 sizeRatio = texScale*srcSize / dstSize;
876 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 646 const Vec2 sizeRatio = texScale*srcSize / dstSize;
649 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
    [all...]

Completed in 203 milliseconds