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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp264 mBoundAllocs = nullptr;
301 mBoundAllocs = new Allocation *[varCount];
302 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
919 mBoundAllocs[slot] = data;
946 delete[] mBoundAllocs;
958 Allocation *a = mBoundAllocs[ct];
H A DrsCpuScript.h127 Allocation **mBoundAllocs; member in class:android::renderscript::RsdCpuScriptImpl

Completed in 160 milliseconds