Searched refs:offsetBytes (Results 1 – 3 of 3) sorted by relevance
472 int offsetBytes = offset / 8; in getBitsAsByte() local478 byte b = data[offsetBytes]; in getBitsAsByte()489 offsetBytes++; in getBitsAsByte()
635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument676 glBufferSubData(target, offsetBytes, sizeBytes, src); in setSubData()
1745 int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth(); in ReportOffsetFree() local1751 << offsetBytes in ReportOffsetFree()1753 << ((abs(offsetBytes) > 1) ? "bytes" : "byte") in ReportOffsetFree()