OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sBulletDNAlen64
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSerializer.cpp
[
all
...]
btSerializer.h
33
extern int
sBulletDNAlen64
;
416
initDNA((const char*)sBulletDNAstr64,
sBulletDNAlen64
);
432
initDNA((const char*)sBulletDNAstr64,
sBulletDNAlen64
);
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
btBulletFile.cpp
30
extern int
sBulletDNAlen64
;
38
extern int
sBulletDNAlen64
;
56
m_DnaCopy = (char*)btAlignedAlloc(
sBulletDNAlen64
,16);
57
memcpy(m_DnaCopy,sBulletDNAstr64,
sBulletDNAlen64
);
58
mMemoryDNA->init(m_DnaCopy,
sBulletDNAlen64
);
67
m_DnaCopy = (char*) btAlignedAlloc(
sBulletDNAlen64
,16);
68
memcpy(m_DnaCopy,sBulletDNAstr64,
sBulletDNAlen64
);
69
mMemoryDNA->init(m_DnaCopy,
sBulletDNAlen64
);
272
dataChunk.len =
sBulletDNAlen64
;
275
fwrite(sBulletDNAstr64,
sBulletDNAlen64
,1,fp)
[
all
...]
Completed in 260 milliseconds