Home
last modified time | relevance | path

Searched refs:writeU16 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp136 this->writeU16(offset); in write()
143 this->writeU16(id); in write()
155 this->writeU16(this->symbolId(p)); in write()
219 this->writeU16(this->symbolId(&f.owner())); in write()
231 this->writeU16(symbols.fOwnedSymbols.size()); in write()
235 this->writeU16(symbols.fSymbols.count()); in write()
245 this->writeU16(i); in write()
532 this->writeU16(this->symbolId(&v.var())); in write()
552 this->writeU16(this->symbolId(&f.declaration())); in write()
H A DSkSLDehydrator.h79 void writeU16(int32_t i) { in writeU16() function in SkSL::Dehydrator
93 this->writeU16(symbolId(s)); in writeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h47 void writeU16(uint16_t Value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp38 void FileWriter::writeU16(uint16_t U) {
H A DHeader.cpp90 O.writeU16(Version); in encode()
H A DGsymCreator.cpp104 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()

Completed in 3 milliseconds