Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsCppInternal.h27 if (rs->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
DRenderScript.cpp51 mCurrentError = RS_SUCCESS; in RS()
197 if (mCurrentError == RS_SUCCESS) { in throwError()
DAllocation.cpp184 if (mRS->getError() != RS_SUCCESS) { in getPointer()
428 if (rs->getError() == RS_SUCCESS) { in createTyped()
442 if (rs->getError() == RS_SUCCESS) { in createTyped()
DrsCppStructs.h58 RS_SUCCESS = 0, ///< No error enumerator
/frameworks/rs/tests/typecheck/
Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \