Home
last modified time | relevance | path

Searched refs:RsError (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
DrsContext.h208 void setError(RsError e, const char *msg = NULL) const;
231 mutable RsError mError;
DRenderScriptDefines.h261 enum RsError { enum
DrsContext.cpp573 void Context::setError(RsError e, const char *msg) const { in setError()