Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1062 size_t rowCopyBytes = bpp * w; in createTestingOnlyBackendTexture() local
1073 if (!copy_testing_data(this, srcData, alloc, rowCopyBytes, in createTestingOnlyBackendTexture()
1087 bufInfo.size = rowCopyBytes * h; in createTestingOnlyBackendTexture()
1110 if (!copy_testing_data(this, srcData, bufferAlloc, rowCopyBytes, rowCopyBytes, h)) { in createTestingOnlyBackendTexture()