Searched refs:currentRowBytes (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 1513 size_t currentRowBytes = levelSize / currentHeight; in createTestingOnlyVkImage() local 1514 result = copy_testing_data(this, srcData, bufferAlloc, bufferOffset, currentRowBytes, in createTestingOnlyVkImage() 1515 currentRowBytes, currentRowBytes, currentHeight); in createTestingOnlyVkImage() 1517 size_t currentRowBytes = bpp * currentWidth; in createTestingOnlyVkImage() local 1519 currentRowBytes, trimRowBytes, currentHeight); in createTestingOnlyVkImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1525 size_t currentRowBytes = levelSize / currentHeight; in createTestingOnlyVkImage() local 1526 result = copy_testing_data(this, srcData, bufferAlloc, bufferOffset, currentRowBytes, in createTestingOnlyVkImage() 1527 currentRowBytes, currentRowBytes, currentHeight); in createTestingOnlyVkImage() 1529 size_t currentRowBytes = bpp * currentWidth; in createTestingOnlyVkImage() local 1531 currentRowBytes, trimRowBytes, currentHeight); in createTestingOnlyVkImage()
|