Home
last modified time | relevance | path

Searched refs:updateBorders (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DBlitter.hpp152 void updateBorders(vk::Image *image, const VkImageSubresource &subresource);
DBlitter.cpp2203 void Blitter::updateBorders(vk::Image *image, const VkImageSubresource &subresource) in updateBorders() function in sw::Blitter
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h303 void updateBorders(int level);
DTexture.cpp1208 void TextureCubeMap::updateBorders(int level) in updateBorders() function in es2::TextureCubeMap
DContext.cpp3329 cubeTexture->updateBorders(mipmapLevel); in applyTexture()
/external/swiftshader/src/Vulkan/
DVkImage.cpp1307 device->getBlitter()->updateBorders(decompressedImage ? decompressedImage : this, subresource); in updateCube()