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

/frameworks/compile/libbcc/include/bcc/
H A DSource.h39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false);
55 llvm::Module &pModule,
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp138 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, argument
140 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete);
143 pModule.getModuleIdentifier().c_str());
148 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) argument
149 : mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
/frameworks/native/opengl/libagl/
H A Dtexture.cpp131 hw_module_t const* pModule; local
132 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
136 reinterpret_cast<gralloc_module_t const*>(pModule);
159 hw_module_t const* pModule; local
160 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
164 reinterpret_cast<gralloc_module_t const*>(pModule);
H A Degl.cpp347 hw_module_t const* pModule; local
348 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
349 module = reinterpret_cast<gralloc_module_t const*>(pModule);

Completed in 466 milliseconds