Home
last modified time | relevance | path

Searched refs:writeS8 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
DSkSLDehydrator.cpp93 this->writeS8(l.fLocation); in write()
94 this->writeS8(l.fOffset); in write()
95 this->writeS8(l.fBinding); in write()
96 this->writeS8(l.fIndex); in write()
97 this->writeS8(l.fSet); in write()
99 this->writeS8(l.fInputAttachmentIndex); in write()
185 this->writeS8(t.columns()); in write()
534 this->writeS8(v.arraySize()); in write()
568 this->writeS8(i.arraySize()); in write()
DSkSLDehydrator.h59 void writeS8(int32_t i) { in writeS8() function