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 499 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
640 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
703 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
805 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 401 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
539 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
602 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
704 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
857 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const
    [all...]

Completed in 51 milliseconds