Home
last modified time | relevance | path

Searched refs:DE_STREAMRESULT_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/destream/
DdeFileStream.c52 return DE_STREAMRESULT_ERROR; in fileIOStream_read()
62 return DE_STREAMRESULT_ERROR; in fileIOStream_read()
84 return DE_STREAMRESULT_ERROR; in fileIOStream_write()
94 return DE_STREAMRESULT_ERROR; in fileIOStream_write()
DdeStreamCpyThread.c37 deStreamResult readResult = DE_STREAMRESULT_ERROR; in cpyStream()
40 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR); in cpyStream()
DdeIOStream.h35 DE_STREAMRESULT_ERROR, enumerator
124 deStreamResult result = DE_STREAMRESULT_ERROR; in deIOStream_deinit()
DdeThreadStream.c57 deStreamResult readResult = DE_STREAMRESULT_ERROR; in inStreamCopy()
60 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR); in inStreamCopy()
DdeRingbuffer.c122 return DE_STREAMRESULT_ERROR; in producerStream_write()