Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp846 const angle::Format &sourceTextureFormat = sourceVkFormat.actualImageFormat(); in copySubTextureImpl() local
886 GLuint sourceDataRowPitch = sourceBox.width * sourceTextureFormat.pixelBytes; in copySubTextureImpl()
892 rx::PixelReadFunction pixelReadFunction = sourceTextureFormat.pixelReadFunction; in copySubTextureImpl()
907 CopyImageCHROMIUM(sourceData, sourceDataRowPitch, sourceTextureFormat.pixelBytes, in copySubTextureImpl()