Searched refs:ElementAt2D (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 751 static void * ElementAt2D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y) { in ElementAt2D() function 837 return ElementAt2D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y); in SC_GetElementAt2D() 854 void *tmp = ElementAt2D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y); in SC_SetElementAt2D() 875 void *r = ElementAt2D((Allocation*)a.p, DT, VS, x, y); \ 890 void *r = ElementAt2D((Allocation*)a.p, DT, VS, x, y); \
|