HomeSort by relevance Sort by last modified time
    Searched refs:pModule (Results 51 - 60 of 60) sorted by null

1 23

  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 65 void ObjectLinker::setup(Module& pModule, IRBuilder& pBuilder)
67 m_pModule = &pModule;
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 68 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
  /frameworks/native/opengl/libagl/
texture.cpp 131 hw_module_t const* pModule;
132 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
136 reinterpret_cast<gralloc_module_t const*>(pModule);
159 hw_module_t const* pModule;
160 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
164 reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
egl.cpp 348 hw_module_t const* pModule;
349 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 105 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
106 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 1495 milliseconds

1 23