Searched refs:readS8 (Results 1 – 6 of 6) sorted by relevance
103 int location = this->readS8(); in layout()104 int offset = this->readS8(); in layout()105 int binding = this->readS8(); in layout()106 int index = this->readS8(); in layout()107 int set = this->readS8(); in layout()109 int inputAttachmentIndex = this->readS8(); in layout()145 int8_t count = this->readS8(); in symbol()288 int arraySize = this->readS8(); in element()387 int arraySize = this->readS8(); in statement()
152 int8_t readS8() { in readS8() function158 return this->readS8(); in readU8()
88 bool SK_WARN_UNUSED_RESULT readS8(int8_t*);92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8()
25 bool SkStream::readS8(int8_t* i) { in readS8() function in SkStream