Searched refs:readError (Results 1 – 2 of 2) sorted by relevance
85 static void readError ( void ) in readError() function207 if (errno != 0) readError(); in bsGetBit()235 if (bs->mode == 'w') writeError(); else readError(); in bsClose()
2207 GLenum readError = GL_NO_ERROR; in readOutputData() local2220 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()