Home
last modified time | relevance | path

Searched refs:getNextAvailableIdx (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsGrallocConsumer.h46 uint32_t getNextAvailableIdx(Allocation *a);
DrsGrallocConsumer.cpp250 uint32_t GrallocConsumer::getNextAvailableIdx(Allocation *a) { in getNextAvailableIdx() function in android::renderscript::GrallocConsumer
DrsAllocation.cpp610 mCurrentIdx = mGrallocConsumer->getNextAvailableIdx(this); in shareBufferQueue()