Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp806 … mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null in allocations"); in forEachMtlsSetup()
810 … mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null out allocations"); in forEachMtlsSetup()
829 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null allocations"); in forEachMtlsSetup()
835 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, in forEachMtlsSetup()
923 … mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null in allocations"); in forEachMtlsSetup()
930 … mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null out allocations"); in forEachMtlsSetup()
944 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, in forEachMtlsSetup()
959 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null allocations"); in forEachMtlsSetup()
965 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, in forEachMtlsSetup()
/frameworks/rs/
DrsScriptC.cpp134 rsc->setError(RS_ERROR_BAD_SCRIPT, "Attempted to run bad script"); in run()
223 rsc->setError(RS_ERROR_BAD_SCRIPT, "Calling invoke on bad script"); in Invoke()
DrsDefines.h298 RS_ERROR_BAD_SCRIPT = 2, enumerator