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 74 uint32_t getLODDimX(uint32_t lod) const {
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 566 if (x >= t->getLODDimX(0)) {
567 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
597 if (x >= t->getLODDimX(0)) {
598 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
635 if (x >= t->getLODDimX(0)) {
636 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
    [all...]
rsdAllocation.cpp 146 alloc->mHal.state.type->getLODDimX(lod),
151 alloc->mHal.state.type->getLODDimX(lod),
    [all...]

Completed in 7579 milliseconds