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

  /frameworks/base/opengl/libagl/
texture.cpp 132 hw_module_t const* pModule;
133 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
137 reinterpret_cast<gralloc_module_t const*>(pModule);
160 hw_module_t const* pModule;
161 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
165 reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
egl.cpp 346 hw_module_t const* pModule;
347 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
348 module = reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
  /external/mesa3d/test/
egl.cpp 390 hw_module_t const* pModule;
391 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
392 module = reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 704 milliseconds