Lines Matching refs:deps
26 gpu_context_t::gpu_context_t(Deps& deps, PmemAllocator& pmemAllocator,
28 deps(deps),
58 int err = deps.mapFrameBufferLocked(m);
179 fd = deps.ashmem_create_region("gralloc-buffer", size);
293 deps.terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd));
296 deps.close(hnd->fd);
297 delete hnd; // XXX JMG: move this to the deps
341 gpu_context_t::Deps::~Deps() {}