Searched refs:GrDxgiFormatBytesPerBlock (Results 1 – 4 of 4) sorted by relevance
101 static constexpr size_t GrDxgiFormatBytesPerBlock(DXGI_FORMAT format) { in GrDxgiFormatBytesPerBlock() function
600 if (GrDxgiFormatBytesPerBlock(texResource->dxgiFormat()) != bpp) { in onReadPixels()816 SkASSERT(GrDxgiFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsTo()883 SkASSERT(GrDxgiFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsFrom()
898 size_t offsetAlignment = SkAlignTo(GrDxgiFormatBytesPerBlock(dxgiFormat), in supportedWritePixelsColorType()
126 return GrDxgiFormatBytesPerBlock(dxgiFormat); in GrBackendFormatBytesPerBlock()