Searched refs:minBlockWidth (Results 1 – 1 of 1) sorted by relevance
1587 GLuint minBlockWidth, minBlockHeight; in computeCompressedImageSize() local1588 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() local1621 minBlockWidth = 2; in getCompressedImageMinBlocks()1629 return std::make_pair(minBlockWidth, minBlockHeight); in getCompressedImageMinBlocks()