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

  /hardware/interfaces/renderscript/1.0/
IContext.hal     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 95 Return<void> scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
Context.cpp 577 Return<void> Context::scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) {
581 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc);
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 333 * scriptGroupCreate, scriptGroupSetInput, scriptGroupSetOutput,
402 context->scriptGroupSetOutput(scriptGroup, blurKID, allocation2);
  /frameworks/rs/
rsHidlAdaptation.cpp 151 mEntryFuncs.ScriptGroupSetOutput = ScriptGroupSetOutput;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 60 milliseconds