OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sBulletDNAlen
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSerializer.cpp
[
all
...]
btSerializer.h
31
extern int
sBulletDNAlen
;
423
initDNA((const char*)sBulletDNAstr,
sBulletDNAlen
);
435
initDNA((const char*)sBulletDNAstr,
sBulletDNAlen
);
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
btBulletFile.cpp
33
extern int
sBulletDNAlen
;
40
extern int
sBulletDNAlen
;
60
m_DnaCopy = (char*)btAlignedAlloc(
sBulletDNAlen
,16);
61
memcpy(m_DnaCopy,sBulletDNAstr,
sBulletDNAlen
);
62
mMemoryDNA->init(m_DnaCopy,
sBulletDNAlen
);
73
m_DnaCopy =(char*) btAlignedAlloc(
sBulletDNAlen
,16);
74
memcpy(m_DnaCopy,sBulletDNAstr,
sBulletDNAlen
);
75
mMemoryDNA->init(m_DnaCopy,
sBulletDNAlen
);
283
dataChunk.len =
sBulletDNAlen
;
286
fwrite(sBulletDNAstr,
sBulletDNAlen
,1,fp)
[
all
...]
Completed in 220 milliseconds