Home | History | Annotate | Download | only in libagl

Lines Matching defs:module

245     gralloc_module_t const*    module;
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
445 err = module->lock(module, buf->handle,
456 err = module->unlock(module, buf->handle);