Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DRenderScriptDefines.h262 RS_ERROR_NONE = 0, enumerator
DrsContext.cpp358 mError = RS_ERROR_NONE; in Context()
419 while (!mRunning && (mError == RS_ERROR_NONE)) { in initContext()
423 if (mError != RS_ERROR_NONE) { in initContext()