Searched refs:ElementAt3D (Results 1 - 1 of 1) sorted by path

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp789 static void * ElementAt3D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y, uint32_t z) { function
840 return ElementAt3D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
862 void *tmp = ElementAt3D((Allocation*)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
880 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \
895 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \

Completed in 69 milliseconds