Searched refs:doRead (Results 1 – 4 of 4) sorted by relevance
56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest() local61 if (doRead) in RingBuffer_selfTest()
109 amount = this->doRead(&tmp, 1, env); in read()121 return this->doRead(buffer, size, env); in read()127 size_t doRead(void* buffer, size_t size, JNIEnv* env) { in doRead() function in JavaInputStreamAdaptor
65 template <class T> inline rstream &doRead(T &x) { in doRead() function in rstream90 rstream &operator>>(int &x) { return doRead(x); } in operator >>()91 rstream &operator>>(unsigned &x) { return doRead(x); } in operator >>()92 rstream &operator>>(short &x) { return doRead(x); } in operator >>()93 rstream &operator>>(unsigned short &x) { return doRead(x); } in operator >>()
838 bool doRead(GLuint texture);1987 bool RectangleTest::doRead(GLuint texture) in doRead() function in glcts::RectangleTest3571 result &= doRead(texture); in testAllFormatsAndTypes()