Home
last modified time | relevance | path

Searched refs:sizeRatio (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp546 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local
549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
873 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local
876 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp646 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local
649 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
967 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local
970 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()