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

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp720 static void * ElementAt1D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x) { function
834 return ElementAt1D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x);
846 void *tmp = ElementAt1D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x);
870 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \
885 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \

Completed in 32 milliseconds