Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1024 const angle::Format &dstTextureFormat = in copySubTextureImpl() local
1027 sourceBox.width * sourceBox.height * sourceBox.depth * dstTextureFormat.pixelBytes; in copySubTextureImpl()
1058 GLuint dstDataRowPitch = sourceBox.width * dstTextureFormat.pixelBytes; in copySubTextureImpl()
1064 rx::PixelWriteFunction pixelWriteFunction = dstTextureFormat.pixelWriteFunction; in copySubTextureImpl()
1079 pixelReadFunction, destData, dstDataRowPitch, dstTextureFormat.pixelBytes, in copySubTextureImpl()