Home
last modified time | relevance | path

Searched defs:getMaxLevel (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h136 GLint getMaxLevel() const { return mMaxLevel; } in getMaxLevel() function
/external/angle/src/libANGLE/
DTexture.h121 GLuint getMaxLevel() const { return mMaxLevel; } in getMaxLevel() function
DTexture.cpp1028 GLuint Texture::getMaxLevel() const in getMaxLevel() function in gl::Texture
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2.java206 public int getMaxLevel(double value) { in getMaxLevel() method in S2.Metric
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp1160 int getMaxLevel (int cellNdx) const in getMaxLevel() function in vkt::texture::__anon939f92a30111::Texture2DMaxLevelTestInstance
1420 int getMaxLevel (int cellNdx) const in getMaxLevel() function in vkt::texture::__anon939f92a30111::TextureCubeMaxLevelTestInstance
1687 int getMaxLevel (int cellNdx) const in getMaxLevel() function in vkt::texture::__anon939f92a30111::Texture3DMaxLevelTestInstance
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp1698 int getMaxLevel (int cellNdx) const in getMaxLevel() function in deqp::gles3::Functional::Texture2DMaxLevelCase
2013 int getMaxLevel (int cellNdx) const in getMaxLevel() function in deqp::gles3::Functional::TextureCubeMaxLevelCase
2330 int getMaxLevel (int cellNdx) const in getMaxLevel() function in deqp::gles3::Functional::Texture3DMaxLevelCase
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp94 int getMaxLevel (void) const { return m_maxLevel; } in getMaxLevel() function in sglr::rc::Texture