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

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp591 static void * ElementAt2D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y) { function
677 return ElementAt2D(a, RS_TYPE_UNSIGNED_8, 0, x, y);
694 void *tmp = ElementAt2D(a, RS_TYPE_UNSIGNED_8, 0, x, y);
715 void *r = ElementAt2D(a, DT, VS, x, y); \
730 void *r = ElementAt2D(a, DT, VS, x, y); \

Completed in 26 milliseconds