OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curPart
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
200
btMeshPartData*
curPart
= &curData->m_meshPartsPtr[a];
201
if(
curPart
->m_vertices3f)
202
delete []
curPart
->m_vertices3f;
204
if(
curPart
->m_vertices3d)
205
delete []
curPart
->m_vertices3d;
207
if(
curPart
->m_indices32)
208
delete []
curPart
->m_indices32;
210
if(
curPart
->m_3indices16)
211
delete []
curPart
->m_3indices16;
213
if(
curPart
->m_indices16
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
89
btMeshPartData*
curPart
= &curData->m_meshPartsPtr[a];
90
if(
curPart
->m_vertices3f)
91
delete []
curPart
->m_vertices3f;
93
if(
curPart
->m_vertices3d)
94
delete []
curPart
->m_vertices3d;
96
if(
curPart
->m_indices32)
97
delete []
curPart
->m_indices32;
99
if(
curPart
->m_3indices16)
100
delete []
curPart
->m_3indices16;
102
if(
curPart
->m_indices16
[
all
...]
Completed in 81 milliseconds