Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h167 [[nodiscard]] std::pair<GLuint, GLuint> getCompressedImageMinBlocks() const;
Dformatutils.cpp1866 std::tie(minBlockWidth, minBlockHeight) = getCompressedImageMinBlocks(); in computeCompressedImageSize()
1880 std::pair<GLuint, GLuint> InternalFormat::getCompressedImageMinBlocks() const in getCompressedImageMinBlocks() function in gl::InternalFormat