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

  /frameworks/rs/
rsDefines.h 282 RS_ERROR_NONE = 0,
rsContext.cpp 369 mError = RS_ERROR_NONE;
431 while (!mRunning && (mError == RS_ERROR_NONE)) {
435 if (mError != RS_ERROR_NONE) {

Completed in 22 milliseconds