Searched refs:RS_SUCCESS (Results 1 - 5 of 5) sorted by last modified time

/frameworks/rs/cpp/
H A DAllocation.cpp187 if (mRS->getError() != RS_SUCCESS) {
336 if (rs->getError() == RS_SUCCESS) {
350 if (rs->getError() == RS_SUCCESS) {
H A DRenderScript.cpp51 mCurrentError = RS_SUCCESS;
526 if (mCurrentError == RS_SUCCESS) {
H A DrsCppInternal.h24 if (rs->getError() == RS_SUCCESS) { \
29 rs->getError() == RS_SUCCESS ? dispatch : NULL
H A DrsCppStructs.h50 * Possible error codes used by RenderScript. Once a status other than RS_SUCCESS
55 RS_SUCCESS = 0, ///< No error enumerator in enum:android::RSC::RSError
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \

Completed in 87 milliseconds