Lines Matching refs:calculateLod
499 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
640 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx)… in calculateLod() function in deqp::gles3::Functional::Vertex2DTextureCase
703 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate()
805 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
961 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNd… in calculateLod() function in deqp::gles3::Functional::VertexCubeTextureCase
1038 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate()
1143 float calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const;
1286 float Vertex2DArrayTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureN… in calculateLod() function in deqp::gles3::Functional::Vertex2DArrayTextureCase
1378 …const float lod = calculateLod(rend.texTransform, rend.region.size().asFloat(), rend.textureN… in iterate()
1481 float calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const;
1626 float Vertex3DTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) c… in calculateLod() function in deqp::gles3::Functional::Vertex3DTextureCase
1721 …const float lod = calculateLod(rend.texTransform, rend.region.size().asFloat(), rend.textureN… in iterate()