Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h330 angle::Result copySubImageImplWithDraw(ContextVk *contextVk,
DTextureVk.cpp468 return copySubImageImplWithDraw(contextVk, offsetImageIndex, modifiedDestOffset, destFormat, in copySubImageImpl()
516 return copySubImageImplWithDraw( in copySubTextureImpl()
662 angle::Result TextureVk::copySubImageImplWithDraw(ContextVk *contextVk, in copySubImageImplWithDraw() function in rx::TextureVk