Searched refs:mBoundAllocs (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp349 mBoundAllocs = NULL;
480 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
481 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
672 mBoundAllocs = new Allocation *[varCount];
673 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
696 delete[] mBoundAllocs;
1007 mBoundAllocs[slot] = data;
1076 if (mBoundAllocs) {
1077 delete[] mBoundAllocs;
[all...]
H A DrsCpuScript.h131 Allocation **mBoundAllocs; member in class:android::renderscript::RsdCpuScriptImpl

Completed in 17 milliseconds