HomeSort by relevance Sort by last modified time
    Searched refs:getLODDimX (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsAdapter.h 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
rsType.h 84 uint32_t getLODDimX(uint32_t lod) const {
  /frameworks/rs/driver/
rsdAllocation.cpp 145 alloc->mHal.state.type->getLODDimX(lod),
150 alloc->mHal.state.type->getLODDimX(lod),
    [all...]
rsdRuntimeStubs.cpp 247 if (x && (x >= t->getLODDimX(0))) {
248 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
    [all...]

Completed in 141 milliseconds