Home
last modified time | relevance | path

Searched refs:dstK (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp395 hidl_vec<ScriptKernelID> dstK = {ScriptKernelID(0)}; in TEST_F() local
398 ScriptGroup scriptGroup = context->scriptGroupCreate(kernels, srcK, dstK, dstF, types); in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h93 …ls, const hidl_vec<ScriptKernelID>& srcK, const hidl_vec<ScriptKernelID>& dstK, const hidl_vec<Scr…
DContext.cpp561 …ls, const hidl_vec<ScriptKernelID>& srcK, const hidl_vec<ScriptKernelID>& dstK, const hidl_vec<Scr… in scriptGroupCreate() argument
564 …std::vector<RsScriptKernelID> _dstK = hidl_to_rs<RsScriptKernelID>(dstK, [](ScriptFieldID va… in scriptGroupCreate()
/hardware/interfaces/renderscript/1.0/
DIContext.hal900 * @param dstK Destination Kernel identifiers
907 vec<ScriptKernelID> dstK, vec<ScriptFieldID> dstF,