Home
last modified time | relevance | path

Searched refs:scriptGroup (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp398 ScriptGroup scriptGroup = context->scriptGroupCreate(kernels, srcK, dstK, dstF, types); in TEST_P() local
399 ASSERT_NE(ScriptGroup(0), scriptGroup); in TEST_P()
401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1); in TEST_P()
402 context->scriptGroupSetOutput(scriptGroup, blurKID, allocation2); in TEST_P()
403 context->scriptGroupExecute(scriptGroup); in TEST_P()
/hardware/interfaces/renderscript/1.0/
DIContext.hal903 * @return scriptGroup Created Script Group
909 generates (ScriptGroup scriptGroup);