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

/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp303 drv->mBoundAllocs = new Allocation *[varCount];
304 memset(drv->mBoundAllocs, 0, varCount * sizeof(*drv->mBoundAllocs));
328 delete[] drv->mBoundAllocs;
710 drv->mBoundAllocs[slot] = data;
754 delete[] drv->mBoundAllocs;
771 Allocation *a = drv->mBoundAllocs[ct];
H A DrsdBcc.h127 android::renderscript::Allocation **mBoundAllocs; member in struct:DrvScript
/frameworks/rs/driver/
H A DrsdBcc.cpp131 drv->mBoundAllocs = new Allocation *[script->mHal.info.exportedVariableCount];
132 memset(drv->mBoundAllocs, 0, sizeof(void *) * script->mHal.info.exportedVariableCount);
145 delete[] drv->mBoundAllocs;
539 drv->mBoundAllocs[slot] = data;
605 delete[] drv->mBoundAllocs;
619 Allocation *a = drv->mBoundAllocs[ct];
H A DrsdBcc.h129 android::renderscript::Allocation **mBoundAllocs; member in struct:DrvScript

Completed in 76 milliseconds