HomeSort by relevance Sort by last modified time
    Searched refs:scriptGroupSetInput (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/renderscript/1.0/
IContext.hal     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 96 Return<void> scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
Context.cpp 585 Return<void> Context::scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) {
589 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc);
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 333 * scriptGroupCreate, scriptGroupSetInput, scriptGroupSetOutput,
401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1);
  /frameworks/rs/
rsHidlAdaptation.cpp 150 mEntryFuncs.ScriptGroupSetInput = ScriptGroupSetInput;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 242 milliseconds