Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h112 Return<void> scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
H A DContext.cpp601 Return<void> Context::scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) { in scriptGroupSetInput() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1); in TEST_P()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp1020 GetIContextHandle(context)->scriptGroupSetInput(_sg, _kid, _alloc); in ScriptGroupSetInput()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal950 scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc);