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

  /external/collada/src/dae/
daeMemorySystem.cpp 12 daeRawRef
19 return (daeRawRef)mem;
23 daeMemorySystem::dealloc(daeString pool, daeRawRef mem)
daeAtomicType.cpp 403 _size = sizeof(daeRawRef);
404 _alignment = sizeof(daeRawRef);
549 dst << (void *)(*((daeRawRef*)src));
714 return (daeMemoryRef)new daeRawRef;
775 delete (daeRawRef*)obj;
856 return new daeTArray<daeRawRef>;
923 (daeRawRef&)*dst = (daeRawRef&)*src;
  /external/collada/include/dae/
daeMemorySystem.h 29 static DLLSPEC daeRawRef alloc(daeString pool, size_t n);
36 static DLLSPEC void dealloc(daeString pool, daeRawRef mem);
daeTypes.h 41 typedef void* daeRawRef;

Completed in 754 milliseconds