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

/frameworks/rs/cpp/
H A DElement.cpp393 const Element ** elementArray = (const Element **)calloc(fieldCount, sizeof(Element *)); local
398 elementArray[ct] = mElements[ct].get();
403 (RsElement *)elementArray, fieldCount,
410 free(elementArray);

Completed in 90 milliseconds