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