Searched refs:ScriptSetVarObj (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DScript.cpp50 tryDispatch(mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == NULL) ? 0 : o->getID()));
H A DRenderScript.cpp315 RS::dispatch->ScriptSetVarObj = (ScriptSetVarObjFnPtr)dlsym(handle, "rsScriptSetVarObj");
316 if (RS::dispatch->ScriptSetVarObj == NULL) {
317 ALOGE("Couldn't initialize RS::dispatch->ScriptSetVarObj");
H A DrsDispatch.h142 ScriptSetVarObjFnPtr ScriptSetVarObj; member in struct:__anon1590
/frameworks/rs/
H A Drs.spec294 ScriptSetVarObj {

Completed in 189 milliseconds