Home
last modified time | relevance | path

Searched refs:copySize (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/gputools/layers/jni/
DnullLayer.cpp53 uint32_t copySize; in getProperties() local
60 copySize = *pCount < count ? *pCount : count; in getProperties()
61 memcpy(pProperties, properties, copySize * sizeof(T)); in getProperties()
62 *pCount = copySize; in getProperties()
63 if (copySize < count) { in getProperties()