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

/frameworks/rs/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
H A DrsType.h75 uint32_t getLODDimX(uint32_t lod) const { function in class:android::renderscript::Type
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp726 if (x >= t->getLODDimX(0)) {
727 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
757 if (x >= t->getLODDimX(0)) {
758 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
795 if (x >= t->getLODDimX(0)) {
796 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
H A DrsdAllocation.cpp146 alloc->mHal.state.type->getLODDimX(lod),
151 alloc->mHal.state.type->getLODDimX(lod),

Completed in 183 milliseconds