Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsContext.cpp234 mError = RS_ERROR_NONE; in Context()
296 while (!mRunning && (mError == RS_ERROR_NONE)) { in initContext()
300 if (mError != RS_ERROR_NONE) { in initContext()
DrsDefines.h286 RS_ERROR_NONE = 0, enumerator
/frameworks/rs/
DrsDefines.h286 RS_ERROR_NONE = 0, enumerator
DrsContext.cpp422 mError = RS_ERROR_NONE; in Context()
484 while (!mRunning && (mError == RS_ERROR_NONE)) { in initContext()
488 if (mError != RS_ERROR_NONE) { in initContext()