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

/frameworks/rs/cpp/
H A DScript.cpp54 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len));
H A DRenderScript.cpp343 RS::dispatch->ScriptSetVarV = (ScriptSetVarVFnPtr)dlsym(handle, "rsScriptSetVarV");
344 if (RS::dispatch->ScriptSetVarV == NULL) {
345 ALOGV("Couldn't initialize RS::dispatch->ScriptSetVarV");
H A DrsDispatch.h147 ScriptSetVarVFnPtr ScriptSetVarV; member in struct:__anon1465
/frameworks/rs/
H A Drs.spec337 ScriptSetVarV {

Completed in 30 milliseconds