Searched refs:updateBorders (Results 1 – 6 of 6) sorted by relevance
152 void updateBorders(vk::Image *image, const VkImageSubresource &subresource);
2203 void Blitter::updateBorders(vk::Image *image, const VkImageSubresource &subresource) in updateBorders() function in sw::Blitter
303 void updateBorders(int level);
1208 void TextureCubeMap::updateBorders(int level) in updateBorders() function in es2::TextureCubeMap
3329 cubeTexture->updateBorders(mipmapLevel); in applyTexture()
1307 device->getBlitter()->updateBorders(decompressedImage ? decompressedImage : this, subresource); in updateCube()