OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersection_type
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_basic_geometry_operations.h
184
intersection_type
must have the following values
201
eLINE_PLANE_INTERSECTION_TYPE
intersection_type
= PLANE_CLIP_SEGMENT2(s1,s2,plane,clipped1);
local
202
switch(
intersection_type
)
227
return
intersection_type
;
/external/mesa3d/src/gallium/state_trackers/vega/
stroker.c
52
enum
intersection_type
{
enum
475
static enum
intersection_type
line_intersect(const VGfloat *l1,
480
enum
intersection_type
type;
653
enum
intersection_type
type = line_intersect(prev_line, next_line, isect);
[
all
...]
Completed in 280 milliseconds