/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 105 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSizeTests.cpp | 76 …, 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()
|
D | es2fTextureUnitTests.cpp | 644 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
|
D | es2fTextureFilteringTests.cpp | 173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local 436 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() local
|
D | es2fVertexTextureTests.cpp | 487 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/ |
D | es3fTextureSizeTests.cpp | 76 …, 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()
|
D | es3fTextureUnitTests.cpp | 826 …bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo3… in init() local
|
D | es3fVertexTextureTests.cpp | 588 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() local 897 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init() local
|
D | es3fTextureFilteringTests.cpp | 173 const bool mipmaps = true; in init() local
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 113 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || in init() local
|
/external/skia/third_party/ktx/ |
D | ktx.cpp | 236 int mipmaps = SkMax32(fHeader.fNumberOfMipmapLevels, 1); in readKTXFile() local
|
/external/chromium_org/third_party/skia/third_party/ktx/ |
D | ktx.cpp | 236 int mipmaps = SkMax32(fHeader.fNumberOfMipmapLevels, 1); in readKTXFile() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 142 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
|