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

/frameworks/rs/
H A DrsAllocation.cpp157 mGrallocConsumer->releaseIdx(mCurrentIdx);
616 mCurrentIdx = 0;
643 mCurrentIdx = mGrallocConsumer->getNextAvailableIdx(this);
644 if (mCurrentIdx >= mGrallocConsumer->mNumAlloc) {
651 mBufferListener->alloc[mCurrentIdx] = this;
671 status_t ret = mGrallocConsumer->lockNextBuffer(mCurrentIdx);
H A DrsAllocation.h240 uint32_t mCurrentIdx; member in class:android::renderscript::Allocation

Completed in 196 milliseconds