Home
last modified time | relevance | path

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

/frameworks/rs/
DrsDefines.h296 RS_ERROR_NONE = 0, enumerator
DrsContext.cpp502 mError = RS_ERROR_NONE; in Context()
575 while (!mRunning && (mError == RS_ERROR_NONE)) { in initContext()
579 if (mError != RS_ERROR_NONE) { in initContext()