Searched refs:RS_ERROR_FATAL_DEBUG (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 728 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt1D() 735 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt1D() 741 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt1D() 759 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt2D() 765 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt2D() 772 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt2D() 778 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt2D() 797 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt3D() 803 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt3D() 809 rsc->setError(RS_ERROR_FATAL_DEBUG, buf); in ElementAt3D() [all …]
|
/frameworks/rs/ |
D | rsDefines.h | 304 RS_ERROR_FATAL_DEBUG = 0x0800, enumerator
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 1089 static final int RS_ERROR_FATAL_DEBUG = 0x0800; field in RenderScript.MessageThread 1140 (subID >= RS_ERROR_FATAL_DEBUG && in run()
|