Searched refs:ioInfo (Results 1 – 1 of 1) sorted by relevance
1266 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local1268 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() local3254 SkASSERT(ioInfo.fColorType != GrColorType::kUnknown); in initFormatTable()4486 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local4487 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()4489 !ioInfo.fRequiresImplementationReadQuery) { in onSupportedReadPixelsColorType()[all …]