Searched refs:ElementAt1D (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 720 static void * ElementAt1D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x) { in ElementAt1D() function 834 return ElementAt1D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x); in SC_GetElementAt1D() 846 void *tmp = ElementAt1D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x); in SC_SetElementAt1D() 870 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \ 885 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \
|