Searched refs:RS_ERROR_RUNTIME_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp177 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Can't use getPointer on older APIs");
184 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation lock failed");
431 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
446 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
H A DRenderScript.cpp241 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Error returned from runtime");
H A DrsCppStructs.h60 RS_ERROR_RUNTIME_ERROR = 2, ///< The RenderScript driver returned an error; this is enumerator in enum:android::RSC::RSError

Completed in 878 milliseconds