Lines Matching refs:mGralloc3
323 ASSERT_NO_FATAL_FAILURE(mGralloc3 = std::make_shared<Gralloc3>("default", "default", in Gralloc()
325 if (mGralloc3->getAllocator() == nullptr || mGralloc3->getMapper() == nullptr) { in Gralloc()
326 mGralloc3 = nullptr; in Gralloc()
345 } else if (mGralloc3) { in allocate()
352 handle = mGralloc3->allocate(info, import, outStride); in allocate()
374 } else if (mGralloc3) { in lock()
382 return mGralloc3->lock(bufferHandle, cpuUsage, accessRegion, acquireFence, &bytesPerPixel, in lock()
397 } else if (mGralloc3) { in unlock()
398 return mGralloc3->unlock(bufferHandle); in unlock()
407 } else if (mGralloc3) { in freeBuffer()
408 mGralloc3->freeBuffer(bufferHandle); in freeBuffer()