Searched refs:ScriptBindAllocation (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DScript.cpp43 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
H A DrsDispatch.cpp91 dispatchTab.ScriptBindAllocation = (ScriptBindAllocationFnPtr)dlsym(handle, "rsScriptBindAllocation");
323 if (dispatchTab.ScriptBindAllocation == nullptr) {
324 LOG_ERR("Couldn't initialize dispatchTab.ScriptBindAllocation");
H A DrsDispatch.h203 ScriptBindAllocationFnPtr ScriptBindAllocation; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h109 static void ScriptBindAllocation(RsContext, RsScript, RsAllocation, uint32_t);
H A Drs.spec368 ScriptBindAllocation {
H A DrsHidlAdaptation.cpp141 mEntryFuncs.ScriptBindAllocation = ScriptBindAllocation;
721 void RsHidlAdaptation::ScriptBindAllocation (RsContext context, RsScript script, RsAllocation allocation, uint32_t slot) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp631 RS_DISPATCH(ctxWrapper, ScriptBindAllocation, vtm, va, slot);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1392 dispatchTabInc.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1394 dispatchTab.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);

Completed in 201 milliseconds