Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h345 gl::ImageIndex getNativeImageIndex(const gl::ImageIndex &inputImageIndex) const;
DTextureVk.cpp677 contextVk, getNativeImageIndex(index), in setSubImageImpl()
688 contextVk, getNativeImageIndex(index), gl::Extents(area.width, area.height, area.depth), in setSubImageImpl()
886 const gl::ImageIndex offsetImageIndex = getNativeImageIndex(index); in copySubImageImpl()
985 const gl::ImageIndex offsetImageIndex = getNativeImageIndex(index); in copySubTextureImpl()
1571 gl::ImageIndex TextureVk::getNativeImageIndex(const gl::ImageIndex &inputImageIndex) const in getNativeImageIndex() function in rx::TextureVk