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

/frameworks/rs/cpp/
H A DElement.cpp394 const Element ** elementArray = (const Element **)calloc(fieldCount, sizeof(Element *)); local
399 elementArray[ct] = mElements[ct].get();
404 (RsElement *)elementArray, fieldCount,
411 free(elementArray);

Completed in 714 milliseconds