Home
last modified time | relevance | path

Searched refs:minBlockHeight (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()
1595 if (numBlocksHigh.IsValid() && numBlocksHigh.ValueOrDie() < minBlockHeight) in computeCompressedImageSize()
1596 numBlocksHigh = minBlockHeight; in computeCompressedImageSize()
1604 GLuint minBlockHeight = 0; in getCompressedImageMinBlocks() local
1622 minBlockHeight = 2; in getCompressedImageMinBlocks()
1629 return std::make_pair(minBlockWidth, minBlockHeight); in getCompressedImageMinBlocks()