Lines Matching defs:FinishContext
697 struct FinishContext { in asyncReadPixels() struct
698 ReadPixelsCallback* fClientCallback; in asyncReadPixels()
699 ReadPixelsContext fClientContext; in asyncReadPixels()
700 SkISize fSize; in asyncReadPixels()
701 GrClientMappedBufferManager* fMappedBufferManager; in asyncReadPixels()
702 PixelTransferResult fTransferResult; in asyncReadPixels()
967 struct FinishContext { in asyncRescaleAndReadPixelsYUV420() struct
968 ReadPixelsCallback* fClientCallback; in asyncRescaleAndReadPixelsYUV420()
969 ReadPixelsContext fClientContext; in asyncRescaleAndReadPixelsYUV420()
970 GrClientMappedBufferManager* fMappedBufferManager; in asyncRescaleAndReadPixelsYUV420()
971 SkISize fSize; in asyncRescaleAndReadPixelsYUV420()
972 PixelTransferResult fYTransfer; in asyncRescaleAndReadPixelsYUV420()
973 PixelTransferResult fUTransfer; in asyncRescaleAndReadPixelsYUV420()
974 PixelTransferResult fVTransfer; in asyncRescaleAndReadPixelsYUV420()
975 PixelTransferResult fATransfer; in asyncRescaleAndReadPixelsYUV420()