Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1587 GLuint minBlockWidth, minBlockHeight; in computeCompressedImageSize() local
1588 std::tie(minBlockWidth, minBlockHeight) = getCompressedImageMinBlocks(); in computeCompressedImageSize()
1593 if (numBlocksWide.IsValid() && numBlocksWide.ValueOrDie() < minBlockWidth) in computeCompressedImageSize()
1594 numBlocksWide = minBlockWidth; in computeCompressedImageSize()
1603 GLuint minBlockWidth = 0; in getCompressedImageMinBlocks() local
1621 minBlockWidth = 2; in getCompressedImageMinBlocks()
1629 return std::make_pair(minBlockWidth, minBlockHeight); in getCompressedImageMinBlocks()