Searched refs:imageRowBytes (Results 1 – 1 of 1) sorted by relevance
213 int imageRowBytes = rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in prepareForExternalUseANDROID() local215 ASSERT(imageRowBytes <= bufferRowBytes); in prepareForExternalUseANDROID()221 memcpy(dstBuffer + (i * bufferRowBytes), srcBuffer + (i * imageRowBytes), imageRowBytes); in prepareForExternalUseANDROID()