HomeSort by relevance Sort by last modified time
    Searched refs:ScriptBindAllocation (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpp/
Script.cpp 44 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
rsDispatch.cpp 86 dispatchTab.ScriptBindAllocation = (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation");
285 if (dispatchTab.ScriptBindAllocation == nullptr) {
286 LOG_ERR("Couldn't initialize dispatchTab.ScriptBindAllocation");
rsDispatch.h 158 ScriptBindAllocationFnPtr ScriptBindAllocation;
  /frameworks/rs/
rs.spec 368 ScriptBindAllocation {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 166 milliseconds