HomeSort by relevance Sort by last modified time
    Searched defs:mipmaps (Results 1 - 14 of 14) sorted by null

  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 105 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || local
110 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE));
127 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage;
171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1;
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 113 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || local
118 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE));
135 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage;
197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 144 IGLProperty mipmaps = local
146 if (!(mipmaps instanceof GLSparseArrayProperty)) {
150 IGLProperty perTextureLevelState = ((GLSparseArrayProperty) mipmaps).getProperty(0);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 116 const bool mipmaps = true; local
117 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_testParameters.width, m_testParameters.height))+1 : 1;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 144 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local
145 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
405 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local
406 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 174 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local
175 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
437 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local
438 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
es2fTextureUnitTests.cpp 645 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); local
646 int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
653 // Certain minification filters are only used when using mipmaps.
654 if (mipmaps)
714 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
854 bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight())); local
855 int numLevels = mipmaps ? deLog2Floor32(de::max(texture->getWidth(), texture->getHeight()))+1 : 1;
876 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE; local
877 int numLevels = mipmaps ? deLog2Floor32(texture->getSize())+1 : 1;
    [all...]
es2fVertexTextureTests.cpp 480 // Compute suitable power-of-two sizes (for mipmaps).
490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); local
491 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
783 // Compute suitable power-of-two sizes (for mipmaps).
796 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; local
797 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 192 const bool mipmaps = true; local
193 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
    [all...]
es3fTextureUnitTests.cpp 827 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo32(texDepth)); local
828 int numLevels = mipmaps ? deLog2Floor32(de::max(de::max(texWidth, texHeight), texDepth))+1 : 1;
840 if (mipmaps)
905 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
    [all...]
es3fVertexTextureTests.cpp 580 // Compute suitable power-of-two sizes (for mipmaps).
590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); local
591 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1;
886 // Compute suitable power-of-two sizes (for mipmaps).
899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; local
900 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1;
    [all...]
  /frameworks/rs/
rsInternalDefines.h 218 bool mipmaps; member in struct:__anon46725
  /external/ImageMagick/coders/
dds.c 2587 mipmaps, local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 1331 sp<ResourceTypeSet> mipmaps; local
    [all...]

Completed in 687 milliseconds