Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1266 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()
[all …]