Home
last modified time | relevance | path

Searched defs:DrvScript (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/driver/
DrsdBcc.h113 struct DrvScript { struct
114 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 …]
/frameworks/rs/driver/
DrsdBcc.h118 struct DrvScript { struct
119 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 …]