Home | History | Annotate | Download | only in functional

Lines Matching refs:ScriptGroup

329  * was changed after passing through the entire ScriptGroup.
392 // ScriptGroup
398 ScriptGroup scriptGroup = context->scriptGroupCreate(kernels, srcK, dstK, dstF, types);
399 ASSERT_NE(ScriptGroup(0), scriptGroup);
401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1);
402 context->scriptGroupSetOutput(scriptGroup, blurKID, allocation2);
403 context->scriptGroupExecute(scriptGroup);
413 * Similar to the ScriptGroup test, this test verifies the execution flow of
491 * Similar to the ScriptGroup test, this test verifies a single kernel can be
492 * called by ScriptGroup with an unbound allocation specified before launch