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

/frameworks/rs/
H A DrsScriptGroup.cpp218 size_t linkCount = typeSize / sizeof(Type *); local
220 //ALOGE("ScriptGroup::create kernels=%i links=%i", (int)kernelCount, (int)linkCount);
232 sg->mLinks.reserve(linkCount);
233 for (size_t ct=0; ct < linkCount; ct++) {

Completed in 46 milliseconds