Home
last modified time | relevance | path

Searched refs:RS_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpp/
DrsCppInternal.h27 if ((rs)->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? (dispatch) : nullptr
DRenderScript.cpp43 mCurrentError = RS_SUCCESS; in RS()
191 if (mCurrentError == RS_SUCCESS) { in throwError()
DAllocation.cpp183 if (mRS->getError() != RS_SUCCESS) { in getPointer()
427 if (rs->getError() == RS_SUCCESS) { in createTyped()
441 if (rs->getError() == RS_SUCCESS) { in createTyped()
DrsCppStructs.h58 RS_SUCCESS = 0, ///< No error enumerator
DScriptIntrinsicBLAS.cpp28 using android::RSC::RS_SUCCESS;
/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \