Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkJSONWriter.h212 void appendHexU32(uint32_t value) { this->beginValue(); this->appendf("\"0x%x\"", value); } in appendHexU32() function
231 DEFINE_NAMED_APPEND(appendHexU32, uint32_t) in DEFINE_NAMED_APPEND()
/third_party/flutter/skia/src/utils/
DSkJSONWriter.h212 void appendHexU32(uint32_t value) { this->beginValue(); this->appendf("\"0x%x\"", value); } in appendHexU32() function
231 DEFINE_NAMED_APPEND(appendHexU32, uint32_t) in DEFINE_NAMED_APPEND()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp1211 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()
[all …]
/third_party/skia/tools/
Dget_images_from_skps.cpp207 writer.appendHexU32(unsupported.first.c_str(), unsupported.second); in main()
/third_party/flutter/skia/tools/
Dget_images_from_skps.cpp207 writer.appendHexU32(unsupported.first.c_str(), unsupported.second); in main()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1238 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()
[all …]
/third_party/flutter/skia/src/gpu/
DGrCaps.cpp212 writer->appendHexU32("Advanced Blend Equation Blacklist", fAdvBlendEqBlacklist); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.cpp255 writer->appendHexU32("Advanced Blend Equation Disable Flags", fAdvBlendEqDisableFlags); in dumpJSON()