HomeSort by relevance Sort by last modified time
    Searched refs:RS_SUCCESS (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/cpp/
rsCppInternal.h 27 if (rs->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
RenderScript.cpp 51 mCurrentError = RS_SUCCESS;
197 if (mCurrentError == RS_SUCCESS) {
Allocation.cpp 184 if (mRS->getError() != RS_SUCCESS) {
428 if (rs->getError() == RS_SUCCESS) {
442 if (rs->getError() == RS_SUCCESS) {
rsCppStructs.h 53 * Possible error codes used by RenderScript. Once a status other than RS_SUCCESS
58 RS_SUCCESS = 0, ///< No error
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 117 return (rs->getError() == RS_SUCCESS);
163 return (rs->getError() == RS_SUCCESS);
203 return (rs->getError() == RS_SUCCESS);
250 return (rs->getError() == RS_SUCCESS);
300 return (rs->getError() == RS_SUCCESS);
381 return (rs->getError() == RS_SUCCESS);
441 return (rs->getError() == RS_SUCCESS);
492 return (mRS->getError() == RS_SUCCESS);
  /frameworks/rs/tests/typecheck/
typecheck.cpp 42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 49 * Possible error codes used by RenderScript. Once a status other than RS_SUCCESS
54 RS_SUCCESS = 0, ///< No error
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 49 * Possible error codes used by RenderScript. Once a status other than RS_SUCCESS
54 RS_SUCCESS = 0, ///< No error
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 49 * Possible error codes used by RenderScript. Once a status other than RS_SUCCESS
54 RS_SUCCESS = 0, ///< No error
    [all...]

Completed in 60 milliseconds