/frameworks/rs/cpp/ |
Script.cpp | 25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
|
rsDispatch.cpp | 105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"); 335 if (dispatchTab.ScriptInvokeV == nullptr) { 336 LOG_ERR("Couldn't initialize dispatchTab.ScriptInvokeV");
|
rsDispatch.h | 216 ScriptInvokeVFnPtr ScriptInvokeV;
|
/hardware/interfaces/renderscript/1.0/default/ |
Device.cpp | 199 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"),
|
Context.cpp | 638 Return<void> Context::scriptInvokeV(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data) { 643 Device::getHal().ScriptInvokeV(mContext, _vs, _slot, _dataPtr, _len); [all...] |
/frameworks/rs/ |
rsHidlAdaptation.h | 112 static void ScriptInvokeV(RsContext, RsScript, uint32_t, const void*, size_t);
|
rs.spec | 390 ScriptInvokeV {
|
rsHidlAdaptation.cpp | 155 mEntryFuncs.ScriptInvokeV = ScriptInvokeV; [all...] |
rsApiStubs.cpp | 646 RS_DISPATCH(ctxWrapper, ScriptInvokeV, s, slot, data, data_length); [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |