Searched refs:ScriptCState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
H A DrsScriptC.h61 class ScriptCState class in namespace:android::renderscript
64 ScriptCState();
65 ~ScriptCState();
H A DrsScriptC.cpp100 ScriptCState::ScriptCState() function in class:ScriptCState
106 ScriptCState::~ScriptCState()
112 void ScriptCState::clear()
130 const ScriptCState::SymbolTable_t *sym = ScriptCState::lookupSymbol(name);
138 void ScriptCState::runCompiler(Context *rsc, ScriptC *s)
290 void ScriptCState::appendVarDefines(const Context *rsc, String8 *str)
315 void ScriptCState
[all...]
H A DrsScript.cpp79 ScriptCState *ss = &rsc->mScriptC;
92 ScriptCState *ss = &rsc->mScriptC;
110 ScriptCState *ss = &rsc->mScriptC;
H A DrsScriptC_Lib.cpp1083 ScriptCState::SymbolTable_t ScriptCState::gSyms[] = {
1390 const ScriptCState::SymbolTable_t * ScriptCState::lookupSymbol(const char *sym)
1392 ScriptCState::SymbolTable_t *syms = gSyms;
1403 void ScriptCState::appendDecls(String8 *str)
1405 ScriptCState::SymbolTable_t *syms = gSyms;
H A DrsContext.h79 ScriptCState mScriptC;

Completed in 513 milliseconds