Home
last modified time | relevance | path

Searched defs:mipmaps (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp105 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp76 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase()
196 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase()
Des2fTextureUnitTests.cpp644 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
853 …bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight(… in render() local
875 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE; in render() local
Des2fTextureFilteringTests.cpp173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
436 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
Des2fVertexTextureTests.cpp487 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
793 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init() local
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp76 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase()
196 …, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase()
Des3fTextureUnitTests.cpp826 …bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo3… in init() local
Des3fVertexTextureTests.cpp588 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local
897 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init() local
Des3fTextureFilteringTests.cpp173 const bool mipmaps = true; in init() local
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp113 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
/external/skia/third_party/ktx/
Dktx.cpp236 int mipmaps = SkMax32(fHeader.fNumberOfMipmapLevels, 1); in readKTXFile() local
/external/chromium_org/third_party/skia/third_party/ktx/
Dktx.cpp236 int mipmaps = SkMax32(fHeader.fNumberOfMipmapLevels, 1); in readKTXFile() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp142 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
403 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local