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

/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp436 static void *ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize, function
444 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x,
451 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y,
458 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z,
466 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i",
473 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i",
491 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
506 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
521 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
536 void *r = ElementAt((Allocatio
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp469 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize, function
477 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
483 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
489 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
496 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
502 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i", dt, e->getType());
518 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
532 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
546 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
557 void *r = ElementAt((Allocatio
[all...]

Completed in 67 milliseconds