Searched refs:getCompressedImageMinBlocks (Results 1 – 2 of 2) sorted by relevance
167 [[nodiscard]] std::pair<GLuint, GLuint> getCompressedImageMinBlocks() const;
1866 std::tie(minBlockWidth, minBlockHeight) = getCompressedImageMinBlocks(); in computeCompressedImageSize()1880 std::pair<GLuint, GLuint> InternalFormat::getCompressedImageMinBlocks() const in getCompressedImageMinBlocks() function in gl::InternalFormat