HomeSort by relevance Sort by last modified time
    Searched refs:deIsPowerOfTwo32 (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/delibs/debase/
deInt32.h 203 DE_INLINE deBool deIsPowerOfTwo32 (int a)
216 DE_ASSERT(deIsPowerOfTwo32(align));
240 DE_ASSERT(deIsPowerOfTwo32(align));
307 if (deIsPowerOfTwo32(a))
deMemory.c 92 DE_ASSERT(deInRange32(alignBytes, 0, 256) && deIsPowerOfTwo32(alignBytes));
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
es2fTextureFilteringTests.cpp 173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
436 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
710 bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height);
766 bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].height);
es2fTextureWrapTests.cpp 297 if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].height)))
es2fTextureUnitTests.cpp 644 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
853 bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight()));
875 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE;
    [all...]
es2fVertexTextureTests.cpp 487 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
793 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
    [all...]
es2fTextureCompletenessTests.cpp 295 if (isExtensionSupported(m_ctxInfo, extension) && !deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y()))
    [all...]
es2fFboRenderTest.cpp 433 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
es3fTextureUnitTests.cpp 826 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo32(texDepth));
    [all...]
es3fVertexTextureTests.cpp 588 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
897 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
    [all...]
es3fFboRenderTest.cpp 341 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height))
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 142 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
403 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
725 bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height);
759 bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].height);
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 39 if (deIsPowerOfTwo32(pixelSize))
gluTexture.cpp 44 if (deIsPowerOfTwo32(pixelSize))
  /external/deqp/framework/delibs/depool/
deMemPool.c 460 DE_ASSERT(deIsPowerOfTwo32(alignBytes));
522 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes));
dePoolHash.h 256 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
dePoolSet.h 264 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 128 if (deIsPowerOfTwo32(pixelSize))
513 DE_ASSERT(!useMipmap || (deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height)));
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 224 DE_ASSERT(deIsPowerOfTwo32(Alignment));
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 733 if (deIsPowerOfTwo32(pixelSize))
    [all...]

Completed in 1776 milliseconds