Home
last modified time | relevance | path

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

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