Home
last modified time | relevance | path

Searched refs:scriptInvoke (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h118 Return<void> scriptInvoke(Script vs, uint32_t slot) override;
H A DContext.cpp647 Return<void> Context::scriptInvoke(Script vs, uint32_t slot) { in scriptInvoke() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp148 context->scriptInvoke(script, mExportFuncIdx_function); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal1009 * TODO: can scriptInvoke be combined with scriptInvokeV?
1017 scriptInvoke(Script vs, uint32_t slot);
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp740 GetIContextHandle(context)->scriptInvoke(_script, slot); in ScriptInvoke()