Searched refs:mForEachFunctions (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp232 drv->mForEachFunctions = new ForEachFunc_t[forEachCount];
233 if (drv->mForEachFunctions == NULL) {
250 drv->mForEachFunctions[i] =
252 if (drv->mForEachFunctions[i] == NULL) {
262 drv->mForEachFunctions[i]);
324 delete[] drv->mForEachFunctions;
583 mtls.kernel = drv->mForEachFunctions[slot];
750 delete[] drv->mForEachFunctions;
H A DrsdScriptGroup.cpp115 mtls.kernel = drv->mForEachFunctions[slot];
H A DrsdBcc.h122 ForEachFunc_t *mForEachFunctions; member in struct:DrvScript

Completed in 125 milliseconds