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 349 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;
    [all...]
rsCpuScript.h 131 Allocation **mBoundAllocs;

Completed in 36 milliseconds