Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCaps.h175 return SkAlignTo(rowBytes, fTextureDataRowBytesAlignment); in getAlignedTextureDataRowBytes()
389 size_t fTextureDataRowBytesAlignment = 1; variable
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.cpp451 fTextureDataRowBytesAlignment = 256; in initCaps()
456 fTextureDataRowBytesAlignment = alignmentLimits.minTexelCopyBufferRowAlignment; in initCaps()