Home
last modified time | relevance | path

Searched refs:appendU32 (Results 1 – 25 of 33) sorted by relevance

12

/external/skqp/tools/
Dget_images_from_skps.cpp196 writer.appendU32(failure.first.c_str(), failure.second); in main()
200 writer.appendU32("totalFailures", totalFailures); in main()
213 writer.appendU32("totalUnsupported", totalUnsupported); in main()
Drandom_parse_path.cpp89 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
91 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
/external/skia/tools/
Dget_images_from_skps.cpp195 writer.appendU32(failure.first.c_str(), failure.second); in main()
199 writer.appendU32("totalFailures", totalFailures); in main()
212 writer.appendU32("totalUnsupported", totalUnsupported); in main()
Drandom_parse_path.cpp89 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
91 atom.appendU32(rand->nextRangeU(0, 1)); in MakeRandomParsePathPiece()
/external/skia/fuzz/
DFuzzParsePath.cpp105 atom.appendU32(b); in MakeRandomParsePathPiece()
108 atom.appendU32(b); in MakeRandomParsePathPiece()
DFuzzEncoders.cpp102 s.appendU32(rand.nextU()); in DEF_FUZZ()
/external/skqp/fuzz/
DFuzzParsePath.cpp105 atom.appendU32(b); in MakeRandomParsePathPiece()
108 atom.appendU32(b); in MakeRandomParsePathPiece()
DFuzzEncoders.cpp102 s.appendU32(rand.nextU()); in DEF_FUZZ()
/external/skia/src/utils/
DSkShaperJSONWriter.cpp91 fJSONWriter->appendU32(glyphID); in commitRunBuffer()
97 fJSONWriter->appendU32(cluster); in commitRunBuffer()
232 fJSONWriter->appendU32(glyphID); in displayMToN()
DSkJSONWriter.h200 void appendU32(uint32_t value) { this->beginValue(); this->appendf("%u", value); } in appendU32() function
227 DEFINE_NAMED_APPEND(appendU32, uint32_t) in DEFINE_NAMED_APPEND()
/external/skia/src/gpu/gl/
DGrGLAttachment.cpp37 renderbuffer_id.appendU32(this->renderbufferID()); in setMemoryBacking()
DGrGLTexture.cpp173 texture_id.appendU32(this->textureID()); in dumpMemoryStatistics()
/external/skqp/src/gpu/gl/
DGrGLStencilAttachment.cpp41 renderbuffer_id.appendU32(this->renderbufferID()); in setMemoryBacking()
DGrGLTexture.cpp159 texture_id.appendU32(this->textureID()); in dumpMemoryStatistics()
DGrGLRenderTarget.cpp236 renderbuffer_id.appendU32(fMSColorRenderbufferID); in dumpMemoryStatistics()
/external/skqp/tests/
DStringTest.cpp97 a.appendU32(0x7FFFFFFFUL); in DEF_TEST()
100 a.appendU32(0x80000001UL); in DEF_TEST()
103 a.appendU32(0xFFFFFFFFUL); in DEF_TEST()
/external/skqp/src/utils/
DSkJSONWriter.h200 void appendU32(uint32_t value) { this->beginValue(); this->appendf("%u", value); } in appendU32() function
227 DEFINE_NAMED_APPEND(appendU32, uint32_t) in DEFINE_NAMED_APPEND()
/external/skia/tests/
DStringTest.cpp95 a.appendU32(0x7FFFFFFFUL); in DEF_TEST()
98 a.appendU32(0x80000001UL); in DEF_TEST()
101 a.appendU32(0xFFFFFFFFUL); in DEF_TEST()
/external/skqp/samplecode/
DSampleAnimatedText.cpp95 modeString.appendU32(fSizeScale); in onDrawContent()
/external/skqp/src/gpu/
DGrGpuResource.cpp110 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
DGrAuditTrail.cpp196 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
/external/skia/src/gpu/
DGrGpuResource.cpp116 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
DGrAuditTrail.cpp196 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp70 this->append("uint"); fWriter->appendU32(value); in writeUInt()
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp74 fWriter->appendU32(value); in writeUInt()

12