Searched refs:alloc_module (Results  1 – 3 of 3) sorted by relevance
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ | 
| D | GrallocDispatch.h | 25     struct gralloc_module_t* alloc_module;  member 50         return alloc_module->registerBuffer(alloc_module, handle);  in registerBuffer() 54         return alloc_module->unregisterBuffer(alloc_module, handle);  in unregisterBuffer() 60         return alloc_module->lock(alloc_module, handle, usage, l, t, w, h,  in lock() 65         return alloc_module->unlock(alloc_module, handle);  in unlock() 75         return alloc_module->lock_ycbcr(alloc_module, handle, usage, l, t, w, h,  in lock_ycbcr() 87         return alloc_module->lockAsync(alloc_module, handle, usage, l, t, w, h,  in lockAsync() 92         return alloc_module->unlockAsync(alloc_module, handle, fenceFd);  in unlockAsync() 103         return alloc_module->lockAsync_ycbcr(alloc_module, handle, usage, l, t,  in lockAsync_ycbcr()
  | 
| D | GrallocDispatch.cpp | 51     impl_out->alloc_module = reinterpret_cast<gralloc_module_t*>(  in load_gralloc_module()
  | 
| D | vulkanhal_unittest.cpp | 137         EXPECT_NE(nullptr, mGralloc.alloc_module);  in setupGralloc()
  |