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

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp452 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize, function
460 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
466 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
472 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
479 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
485 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i", dt, e->getType());
501 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
515 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
528 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
539 void *r = ElementAt((Allocatio
[all...]

Completed in 50 milliseconds