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

/frameworks/rs/
H A DrsType.h63 size_t getCellCount() const {return mCellCount;} function in class:android::renderscript::Type
H A DrsAllocation.cpp275 uint32_t numItems = mHal.state.type->getCellCount();
339 uint32_t numItems = mHal.state.type->getCellCount();
452 decRefs(ptr, mHal.state.type->getCellCount(), 0);
548 return (type0->getCellCount() == type1->getCellCount()) &&

Completed in 160 milliseconds