Searched refs:RS_ERROR_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsDefines.h296 RS_ERROR_NONE = 0, enumerator in enum:RsError
H A DrsContext.cpp508 mError = RS_ERROR_NONE;
584 while (!mRunning && (mError == RS_ERROR_NONE)) {
588 if (mError != RS_ERROR_NONE) {

Completed in 21 milliseconds