Searched refs:getCompressedImageMinBlocks (Results 1 – 2 of 2) sorted by relevance
159 ANGLE_NO_DISCARD std::pair<GLuint, GLuint> getCompressedImageMinBlocks() const;
1315 std::tie(minBlockWidth, minBlockHeight) = getCompressedImageMinBlocks(); in computeCompressedImageSize()1328 std::pair<GLuint, GLuint> InternalFormat::getCompressedImageMinBlocks() const in getCompressedImageMinBlocks() function in gl::InternalFormat