OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graphicsindex
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btBvhTriangleMeshShape.cpp
135
int
graphicsindex
= indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
local
139
float* graphicsbase = (float*)(vertexbase+
graphicsindex
*stride);
145
double* graphicsbase = (double*)(vertexbase+
graphicsindex
*stride);
204
int
graphicsindex
= indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
local
208
float* graphicsbase = (float*)(vertexbase+
graphicsindex
*stride);
214
double* graphicsbase = (double*)(vertexbase+
graphicsindex
*stride);
286
int
graphicsindex
= indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:indicestype==PHY_INTEGER?gfxbase[j]:((unsigned char*)gfxbase)[j];
290
printf("%d ,",
graphicsindex
);
294
float* graphicsbase = (float*)(vertexbase+
graphicsindex
*stride);
303
double* graphicsbase = (double*)(vertexbase+
graphicsindex
*stride)
[
all
...]
btOptimizedBvh.cpp
322
int
graphicsindex
= indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
325
float* graphicsbase = (float*)(vertexbase+
graphicsindex
*stride);
333
double* graphicsbase = (double*)(vertexbase+
graphicsindex
*stride);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp
349
int
graphicsindex
= indicestype==PHY_SHORT?((unsigned short*)gfxbase)[j]:gfxbase[j];
local
352
float* graphicsbase = (float*)(vertexbase+
graphicsindex
*stride);
360
double* graphicsbase = (double*)(vertexbase+
graphicsindex
*stride);
Completed in 392 milliseconds