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

  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 501 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
642 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
705 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
807 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 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
    [all...]

Completed in 180 milliseconds