Home | History | Annotate | Download | only in ktx

Lines Matching full:readint

137 uint32_t SkKTXFile::readInt(const uint8_t** buf, size_t* bytesLeft) const {
211 uint32_t endianness = this->readInt(&buf, &bytesLeft);
215 fHeader.fGLType = this->readInt(&buf, &bytesLeft);
216 fHeader.fGLTypeSize = this->readInt(&buf, &bytesLeft);
217 fHeader.fGLFormat = this->readInt(&buf, &bytesLeft);
218 fHeader.fGLInternalFormat = this->readInt(&buf, &bytesLeft);
219 fHeader.fGLBaseInternalFormat = this->readInt(&buf, &bytesLeft);
220 fHeader.fPixelWidth = this->readInt(&buf, &bytesLeft);
221 fHeader.fPixelHeight = this->readInt(&buf, &bytesLeft);
222 fHeader.fPixelDepth = this->readInt(&buf, &bytesLeft);
223 fHeader.fNumberOfArrayElements = this->readInt(&buf, &bytesLeft);
224 fHeader.fNumberOfFaces = this->readInt(&buf, &bytesLeft);
225 fHeader.fNumberOfMipmapLevels = this->readInt(&buf, &bytesLeft);
226 fHeader.fBytesOfKeyValueData = this->readInt(&buf, &bytesLeft);
275 uint32_t keyValueBytes = this->readInt(&buf, &bytesLeft);
314 uint32_t imgSize = this->readInt(&buf, &bytesLeft);