HomeSort by relevance Sort by last modified time
    Searched refs:mBoundAllocs (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 100 mBoundAllocs = NULL;
176 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
177 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
399 mBoundAllocs = new Allocation *[varCount];
400 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
421 delete[] mBoundAllocs;
731 mBoundAllocs[slot] = data;
800 if (mBoundAllocs) {
801 delete[] mBoundAllocs;
    [all...]
rsCpuScript.h 125 Allocation **mBoundAllocs;

Completed in 29 milliseconds