Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2recover.c85 static void readError ( void ) in readError() function
207 if (errno != 0) readError(); in bsGetBit()
235 if (bs->mode == 'w') writeError(); else readError(); in bsClose()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2207 GLenum readError = GL_NO_ERROR; in readOutputData() local
2220 readError = gl.getError(); in readOutputData()
2221 if (readError == GL_NO_ERROR) in readOutputData()
2227 if (readError == GL_NO_ERROR) in readOutputData()
2228 readError = gl.getError(); in readOutputData()
2232 if (readError == GL_NO_ERROR) in readOutputData()
2246 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) in readOutputData()
2249 return readError; in readOutputData()