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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp373 mBoundAllocs = NULL;
486 mBoundAllocs = new Allocation *[bitcodeMetadata.getExportVarCount()];
487 memset(mBoundAllocs, 0, sizeof(void *) * bitcodeMetadata.getExportVarCount());
684 mBoundAllocs = new Allocation *[varCount];
685 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
707 delete[] mBoundAllocs;
1233 mBoundAllocs[slot] = data;
1298 if (mBoundAllocs) {
1299 delete[] mBoundAllocs;
[all...]
H A DrsCpuScript.h164 Allocation **mBoundAllocs; member in class:android::renderscript::RsdCpuScriptImpl

Completed in 7 milliseconds