rs_hal.h | 37 class ScriptGroup; 281 bool (*init)(const Context *rsc, ScriptGroup *sg); 282 void (*setInput)(const Context *rsc, const ScriptGroup *sg, 284 void (*setOutput)(const Context *rsc, const ScriptGroup *sg, 286 void (*execute)(const Context *rsc, const ScriptGroup *sg); 287 void (*destroy)(const Context *rsc, const ScriptGroup *sg); 288 } scriptgroup; member in struct:android::renderscript::__anon30677
|