Lines Matching refs:ioInfo
1266 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1268 writer->appendHexU32("colorType", (uint32_t)ioInfo.fColorType); in onDumpJSON()
1269 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
1270 writer->appendHexU32("ex_teximage", ioInfo.fExternalTexImageFormat); in onDumpJSON()
1271 writer->appendHexU32("ex_read", ioInfo.fExternalReadFormat); in onDumpJSON()
3253 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
3254 SkASSERT(ioInfo.fColorType != GrColorType::kUnknown); in initFormatTable()
4486 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
4487 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
4489 !ioInfo.fRequiresImplementationReadQuery) { in onSupportedReadPixelsColorType()
4493 offset_alignment_for_transfer_buffer(ioInfo.fExternalType); in onSupportedReadPixelsColorType()
4495 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
4501 fallbackRead = {ioInfo.fColorType, transferOffsetAlignment}; in onSupportedReadPixelsColorType()
4528 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
4529 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
4530 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
4536 fallbackCT = ioInfo.fColorType; in supportedWritePixelsColorType()