Searched refs:ElementAt3D (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 789 static void * ElementAt3D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y, u… in ElementAt3D() function 840 return ElementAt3D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z); in SC_GetElementAt3D() 862 void *tmp = ElementAt3D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z); in SC_SetElementAt3D() 880 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \ 895 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \
|