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

  /hardware/interfaces/renderscript/1.0/
IContext.hal     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 102 Return<void> scriptInvoke(Script vs, uint32_t slot) override;
Context.cpp 631 Return<void> Context::scriptInvoke(Script vs, uint32_t slot) {
634 Device::getHal().ScriptInvoke(mContext, _vs, _slot);
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 133 * Calls: scriptCCreate, scriptInvoke, scriptGetVarV, scriptInvokeV
148 context->scriptInvoke(script, mExportFuncIdx_function);
  /frameworks/rs/
rsHidlAdaptation.cpp 153 mEntryFuncs.ScriptInvoke = ScriptInvoke;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 8897 milliseconds