Home
last modified time | relevance | path

Searched refs:mipmaps (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp105 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
110 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init()
127 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage; in init()
171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init()
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp53 … const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
76 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument
83 , m_useMipmaps (mipmaps) in Texture2DSizeCase()
168 … const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
196 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument
203 , m_useMipmaps (mipmaps) in TextureCubeSizeCase()
Des2fTextureUnitTests.cpp644 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
645 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init()
653 if (mipmaps) in init()
853 …bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight(… in render() local
854 …int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight()))+1… in render()
875 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE; in render() local
876 int numLevels = mipmaps ? deLog2Floor32(texture->getSize())+1 : 1; in render()
Des2fTextureFilteringTests.cpp173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
174 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init()
436 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
437 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init()
Des2fVertexTextureTests.cpp487 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
488 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init()
793 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init() local
794 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1; in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp53 … const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
76 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument
83 , m_useMipmaps (mipmaps) in Texture2DSizeCase()
168 … const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
196 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument
203 , m_useMipmaps (mipmaps) in TextureCubeSizeCase()
Des3fVertexTextureTests.cpp588 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
589 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; in init()
897 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init() local
898 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1; in init()
Des3fTextureFilteringTests.cpp173 const bool mipmaps = true; in init() local
174 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp113 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
118 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init()
135 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage; in init()
197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init()
/external/skia/third_party/ktx/
Dktx.cpp296 int mipmaps = SkMax32(fHeader.fNumberOfMipmapLevels, 1); in readKTXFile() local
297 SkASSERT(mipmaps == 1); in readKTXFile()
308 for (int mipmap = 0; mipmap < mipmaps; ++mipmap) { in readKTXFile()
/external/mesa3d/src/gallium/docs/source/
Dglossary.rst23 switches between mipmaps occur during texture sampling.
Dscreen.rst26 normalized coordinates, and mipmaps.
/external/skia/resources/
Dslides_content2.lua54 - Bitmap scaling : bilerp, mipmaps, fancy
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.teximage.txt54 verified. If mipmaps were constructed, texture is rendered multiple times
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp142 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
143 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init()
403 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
404 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; in init()
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
DImageToAwt.java271 public static void createData(Image image, boolean mipmaps){ in createData() argument
275 if (!mipmaps){ in createData()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt35 + Sampling with mipmaps
/external/mesa3d/docs/
DMESA_texture_array.spec64 textures without mipmaps. Both of these options have major drawbacks.