Home | History | Annotate | Download | only in functional

Lines Matching refs:calculateLod

404 	float						calculateLod			(const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
542 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
605 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
707 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
869 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
946 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);