Searched refs:RS_ERROR_DRIVER (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 692 rsc->setError(RS_ERROR_DRIVER, "Error getting next IO output buffer."); in IoGetBuffer() 752 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer usage."); in rsdAllocationSetSurface() 758 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer usage."); in rsdAllocationSetSurface() 765 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer dimensions."); in rsdAllocationSetSurface() 775 rsc->setError(RS_ERROR_DRIVER, "Surface passed to setSurface is not U8_4, RGBA."); in rsdAllocationSetSurface() 782 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer format."); in rsdAllocationSetSurface() 817 rsc->setError(RS_ERROR_DRIVER, "Error sending IO output buffer."); in rsdAllocationIoSend() 824 rsc->setError(RS_ERROR_DRIVER, "Sent IO buffer with no attached surface."); in rsdAllocationIoSend()
|
D | rsdGL.cpp | 509 rsc->setError(RS_ERROR_DRIVER, buf); in rsdGLCheckError()
|
/frameworks/rs/ |
D | rsDefines.h | 213 RS_ERROR_DRIVER = 5, enumerator
|
D | rsAllocation.cpp | 618 rsc->setError(RS_ERROR_DRIVER, "Error receiving IO input buffer."); in ioReceive()
|