Searched defs:DrvScript (Results 1 – 2 of 2) sorted by relevance
113 struct DrvScript { struct114 RsScriptIntrinsicID mIntrinsicID;115 void *mScriptSO;116 RootFunc_t mRoot;117 RootFunc_t mRootExpand;118 InvokeFunc_t mInit;119 InvokeFunc_t mFreeChildren;121 InvokeFunc_t *mInvokeFunctions;122 ForEachFunc_t *mForEachFunctions;123 void **mFieldAddress;[all …]
118 struct DrvScript { struct119 RsScriptIntrinsicID mIntrinsicID;120 int (*mRoot)();121 int (*mRootExpand)();122 void (*mInit)();123 void (*mFreeChildren)();125 bcc::BCCContext *mCompilerContext;126 bcc::RSCompilerDriver *mCompilerDriver;127 bcc::RSExecutable *mExecutable;129 android::renderscript::Allocation **mBoundAllocs;[all …]