Searched refs:readError (Results 1 – 3 of 3) 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()
277 extern void readError(NSError *error); function300 readError(*error); // no-warning
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()