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

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp560 static void * ElementAt1D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x) { function
674 return ElementAt1D(a, RS_TYPE_UNSIGNED_8, 0, x);
686 void *tmp = ElementAt1D(a, RS_TYPE_UNSIGNED_8, 0, x);
710 void *r = ElementAt1D(a, DT, VS, x); \
725 void *r = ElementAt1D(a, DT, VS, x); \

Completed in 25 milliseconds