Searched refs:getNativeImageIndex (Results 1 – 2 of 2) sorted by relevance
345 gl::ImageIndex getNativeImageIndex(const gl::ImageIndex &inputImageIndex) const;
677 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