Searched refs:readError (Results 1 – 4 of 4) 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()
2215 GLenum readError = GL_NO_ERROR; in readOutputData() local2228 readError = gl.getError(); in readOutputData()2229 if (readError == GL_NO_ERROR) in readOutputData()2235 if (readError == GL_NO_ERROR) in readOutputData()2236 readError = gl.getError(); in readOutputData()2240 if (readError == GL_NO_ERROR) in readOutputData()2254 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) in readOutputData()2257 return readError; in readOutputData()