Lines Matching refs:appendHexU32
1211 writer->appendHexU32("flags", fFormatTable[i].fFlags); in onDumpJSON()
1212 writer->appendHexU32("f_type", (uint32_t)fFormatTable[i].fFormatType); in onDumpJSON()
1213 writer->appendHexU32("b_internal", fFormatTable[i].fBaseInternalFormat); in onDumpJSON()
1214 writer->appendHexU32("s_internal", fFormatTable[i].fSizedInternalFormat); in onDumpJSON()
1215 writer->appendHexU32("c_internal", fFormatTable[i].fCompressedInternalFormat); in onDumpJSON()
1216 writer->appendHexU32("i_for_teximage", fFormatTable[i].fInternalFormatForTexImage); in onDumpJSON()
1217 writer->appendHexU32("i_for_renderbuffer", fFormatTable[i].fInternalFormatForRenderbuffer); in onDumpJSON()
1218 writer->appendHexU32("default_ex_type", fFormatTable[i].fDefaultExternalType); in onDumpJSON()
1224 writer->appendHexU32("colorType", (uint32_t)ctInfo.fColorType); in onDumpJSON()
1225 writer->appendHexU32("flags", ctInfo.fFlags); in onDumpJSON()
1231 writer->appendHexU32("colorType", (uint32_t)ioInfo.fColorType); in onDumpJSON()
1232 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
1233 writer->appendHexU32("ex_teximage", ioInfo.fExternalTexImageFormat); in onDumpJSON()
1234 writer->appendHexU32("ex_read", ioInfo.fExternalReadFormat); in onDumpJSON()