Lines Matching refs:appendHexU32
1238 writer->appendHexU32("flags", fFormatTable[i].fFlags); in onDumpJSON()
1239 writer->appendHexU32("f_type", (uint32_t)fFormatTable[i].fFormatType); in onDumpJSON()
1240 writer->appendHexU32("c_internal", fFormatTable[i].fCompressedInternalFormat); in onDumpJSON()
1241 writer->appendHexU32("i_for_teximage", fFormatTable[i].fInternalFormatForTexImageOrStorage); in onDumpJSON()
1242 writer->appendHexU32("i_for_renderbuffer", fFormatTable[i].fInternalFormatForRenderbuffer); in onDumpJSON()
1243 writer->appendHexU32("default_ex_format", fFormatTable[i].fDefaultExternalFormat); in onDumpJSON()
1244 writer->appendHexU32("default_ex_type", fFormatTable[i].fDefaultExternalType); in onDumpJSON()
1245 writer->appendHexU32("default_color_type", (uint32_t)fFormatTable[i].fDefaultColorType); in onDumpJSON()
1251 writer->appendHexU32("colorType", (uint32_t)ctInfo.fColorType); in onDumpJSON()
1252 writer->appendHexU32("flags", ctInfo.fFlags); in onDumpJSON()
1258 writer->appendHexU32("colorType", (uint32_t)ioInfo.fColorType); in onDumpJSON()
1259 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
1260 writer->appendHexU32("ex_teximage", ioInfo.fExternalTexImageFormat); in onDumpJSON()
1261 writer->appendHexU32("ex_read", ioInfo.fExternalReadFormat); in onDumpJSON()