Searched refs:RS_ERROR_DRIVER (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 712 rsc->setError(RS_ERROR_DRIVER, "Error dequeueing IO output buffer."); in IoGetBuffer() 722 rsc->setError(RS_ERROR_DRIVER, "Error Locking IO output buffer."); in IoGetBuffer() 744 rsc->setError(RS_ERROR_DRIVER, "Error unlocking output buffer."); in rsdAllocationSetSurface() 750 rsc->setError(RS_ERROR_DRIVER, "Error canceling output buffer."); in rsdAllocationSetSurface() 763 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer geometry."); in rsdAllocationSetSurface() 792 rsc->setError(RS_ERROR_DRIVER, "Error unlock output buffer."); in rsdAllocationIoSend() 798 rsc->setError(RS_ERROR_DRIVER, "Error sending IO output buffer."); in rsdAllocationIoSend() 805 rsc->setError(RS_ERROR_DRIVER, "Sent IO buffer with no attached surface."); in rsdAllocationIoSend()
|
D | rsdGL.cpp | 515 rsc->setError(RS_ERROR_DRIVER, buf); in rsdGLCheckError()
|
/frameworks/rs/ |
D | rsDefines.h | 219 RS_ERROR_DRIVER = 5, enumerator
|
D | rsAllocation.cpp | 612 rsc->setError(RS_ERROR_DRIVER, "Maximum allocations attached to a BufferQueue"); in shareBufferQueue() 641 rsc->setError(RS_ERROR_DRIVER, "Error receiving IO input buffer."); in ioReceive()
|
D | rsContext.cpp | 267 rsc->setError(RS_ERROR_DRIVER, "Failed loading driver"); in threadProc()
|