Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DUploadTask.cpp65 caps->getAlignedTextureDataRowBytes(compressedBlockDimensions.width() * bytesPerBlock); in compute_combined_buffer_size()
76 alignedBytesPerRow = caps->getAlignedTextureDataRowBytes( in compute_combined_buffer_size()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCaps.h174 size_t getAlignedTextureDataRowBytes(size_t rowBytes) const { in getAlignedTextureDataRowBytes() function
H A DContext.cpp680 size_t rowBytes = caps->getAlignedTextureDataRowBytes(bpp * srcRect.width()); in transferPixels()