Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DUtil.h101 static constexpr size_t GrDxgiFormatBytesPerBlock(DXGI_FORMAT format) { in GrDxgiFormatBytesPerBlock() function
DGrD3DGpu.cpp600 if (GrDxgiFormatBytesPerBlock(texResource->dxgiFormat()) != bpp) { in onReadPixels()
816 SkASSERT(GrDxgiFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsTo()
883 SkASSERT(GrDxgiFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsFrom()
DGrD3DCaps.cpp898 size_t offsetAlignment = SkAlignTo(GrDxgiFormatBytesPerBlock(dxgiFormat), in supportedWritePixelsColorType()
/third_party/skia/src/gpu/
DGrBackendUtils.cpp126 return GrDxgiFormatBytesPerBlock(dxgiFormat); in GrBackendFormatBytesPerBlock()