Searched refs:scriptGroupSetInput (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 112 Return<void> scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
|
H A D | Context.cpp | 601 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 D | VtsScriptTests.cpp | 401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1); in TEST_P()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 1020 GetIContextHandle(context)->scriptGroupSetInput(_sg, _kid, _alloc); in ScriptGroupSetInput()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 950 scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc);
|