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

  /external/libdrm/intel/
mm.h 51 drm_private extern struct mem_block *mmInit(int ofs, int size);
77 drm_private extern void mmDestroy(struct mem_block *mmInit);
82 drm_private extern void mmDumpMemInfo(const struct mem_block *mmInit);
mm.c 62 drm_private struct mem_block *mmInit(int ofs, int size)
intel_bufmgr_fake.c     [all...]
  /external/mesa3d/src/mesa/main/
mm.h 51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
83 extern void mmDestroy(struct mem_block *mmInit);
88 extern void mmDumpMemInfo(const struct mem_block *mmInit);
execmem.c 80 exec_heap = mmInit( 0, EXEC_HEAP_SIZE );
mm.c 61 mmInit(unsigned ofs, unsigned size)
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.h 84 extern void u_mmDestroy(struct mem_block *mmInit);
89 extern void u_mmDumpMemInfo(const struct mem_block *mmInit);

Completed in 693 milliseconds