OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_ERROR_BAD_SCRIPT
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsScriptC.cpp
140
rsc->setError(
RS_ERROR_BAD_SCRIPT
, "Attempted to run bad script");
197
rsc->setError(
RS_ERROR_BAD_SCRIPT
, "Calling invoke on bad script");
rsDefines.h
298
RS_ERROR_BAD_SCRIPT
= 2,
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
732
mCtx->getContext()->setError(
RS_ERROR_BAD_SCRIPT
, "rsForEach called with null in allocations");
736
mCtx->getContext()->setError(
RS_ERROR_BAD_SCRIPT
, "rsForEach called with null out allocations");
751
mCtx->getContext()->setError(
RS_ERROR_BAD_SCRIPT
, "rsForEach called with null allocations");
[
all
...]
Completed in 127 milliseconds