Searched defs:calculateLod (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/ |
D | PerspectiveLodCalculator.java | 77 …public boolean calculateLod(List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates… in calculateLod() method in PerspectiveLodCalculator 81 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, U… in calculateLod() method in PerspectiveLodCalculator
|
D | LodCalculator.java | 50 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String,Up… in calculateLod() method
|
D | DistanceLodCalculator.java | 65 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, U… in calculateLod() method in DistanceLodCalculator
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 640 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx)… in calculateLod() function in deqp::gles3::Functional::Vertex2DTextureCase 961 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNd… in calculateLod() function in deqp::gles3::Functional::VertexCubeTextureCase 1286 float Vertex2DArrayTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureN… in calculateLod() function in deqp::gles3::Functional::Vertex2DArrayTextureCase 1626 float Vertex3DTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) c… in calculateLod() function in deqp::gles3::Functional::Vertex3DTextureCase
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 539 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx)… in calculateLod() function in deqp::gles2::Functional::Vertex2DTextureCase 857 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNd… in calculateLod() function in deqp::gles2::Functional::VertexCubeTextureCase
|