Searched refs:sizeRatio (Results 1 – 2 of 2) sorted by relevance
546 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()873 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local876 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
646 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local649 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()967 const Vec2 sizeRatio = texScale*srcSize / dstSize; in calculateLod() local970 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()