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

/frameworks/rs/cpp/
H A DAllocation.cpp178 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Can't use getPointer on older APIs");
185 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation lock failed");
432 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
447 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
H A DRenderScript.cpp240 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 42 milliseconds