Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp728 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/
DrsDefines.h304 RS_ERROR_FATAL_DEBUG = 0x0800, enumerator
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java1089 static final int RS_ERROR_FATAL_DEBUG = 0x0800; field in RenderScript.MessageThread
1140 (subID >= RS_ERROR_FATAL_DEBUG && in run()