Home | History | Annotate | Download | only in vk

Lines Matching full:srcdata

781     // both bits, we must make sure to set the destination bit if we are uploading srcData to the
1125 bool copy_testing_data(GrVkGpu* gpu, void* srcData, const GrVkAlloc& alloc, size_t bufferOffset,
1155 if (srcData) {
1157 // This assumes the srcData comes in with no padding.
1159 srcData, srcRowBytes, srcRowBytes, h);
1161 // If there is no srcdata we always copy 0's into the textures so that it is initialized
1177 srcData, int w, int h,
1197 if (srcData && GrMipMapped::kYes == mipMapped) {
1302 if (!copy_testing_data(this, srcData, alloc, 0, rowCopyBytes,
1368 SkASSERT(0 == currentMipLevel || !srcData);
1371 if (!copy_testing_data(this, srcData, bufferAlloc, bufferOffset,