Searched refs:scriptGroupSetOutput (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 111 … Return<void> scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
|
H A D | Context.cpp | 593 Return<void> Context::scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) { in scriptGroupSetOutput() function in android::hardware::renderscript::V1_0::implementation::Context
|
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsScriptTests.cpp | 402 context->scriptGroupSetOutput(scriptGroup, blurKID, allocation2); in TEST_P()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 1011 GetIContextHandle(context)->scriptGroupSetOutput(_sg, _kid, _alloc); in ScriptGroupSetOutput()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 938 scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc);
|