Searched refs:mNumAlloc (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsGrallocConsumer.h54 uint32_t mNumAlloc; member in class:android::renderscript::GrallocConsumer
H A DrsGrallocConsumer.cpp42 mNumAlloc = numAlloc;
76 if (idx >= mNumAlloc) {
245 if (idx >= mNumAlloc) {
277 for (uint32_t i = 0; i < mNumAlloc; i++) {
284 return mNumAlloc;
288 if (idx >= mNumAlloc) {
H A DrsAllocation.h233 uint32_t mNumAlloc; member in class:android::renderscript::Allocation::NewBufferListener
H A DrsAllocation.cpp582 mNumAlloc = numAlloc;
593 for (uint32_t i = 0; i < mNumAlloc; i++) {
644 if (mCurrentIdx >= mGrallocConsumer->mNumAlloc) {

Completed in 2262 milliseconds