Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.cpp47 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
62 texture_id.appendU32(this->textureID()); in dumpMemoryStatistics()
DGrGLStencilAttachment.cpp41 renderbuffer_id.appendU32(this->renderbufferID()); in setMemoryBacking()
DGrGLRenderTarget.cpp198 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
208 renderbuffer_id.appendU32(fMSColorRenderbufferID); in dumpMemoryStatistics()
DGrGLTexture.cpp121 texture_id.appendU32(this->textureID()); in setMemoryBacking()
DGrGLBuffer.cpp289 buffer_id.appendU32(this->bufferID()); in setMemoryBacking()
/external/skia/tools/
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.cpp104 atom.appendU32(b); in MakeRandomParsePathPiece()
107 atom.appendU32(b); in MakeRandomParsePathPiece()
/external/skia/tests/
DStringTest.cpp113 a.appendU32(0x7FFFFFFFUL); in DEF_TEST()
116 a.appendU32(0x80000001UL); in DEF_TEST()
119 a.appendU32(0xFFFFFFFFUL); in DEF_TEST()
/external/skia/samplecode/
DSampleAnimatedText.cpp97 modeString.appendU32(fSizeScale); in onDrawContent()
/external/skia/src/gpu/
DGrGpuResource.cpp73 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
/external/skia/include/core/
DSkString.h207 void appendU32(uint32_t value) { this->insertU32((size_t)-1, value); } in appendU32() function