| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_clip.h | 64 #define CLIP_LINE 0
|
| brw_clip.c | 180 fill_front = CLIP_LINE; 198 fill_back = CLIP_LINE;
|
| brw_clip_unfilled.c | 395 case CLIP_LINE:
|
| /external/skia/samplecode/ |
| SamplePathClip.cpp | 78 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { function 144 int count = clip_line(bounds, p0, p1, verts);
|
| /external/mesa3d/src/mesa/tnl/ |
| t_vb_cliptmp.h | 118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) function
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| draw_pipe_clip.c | 529 clip_line( struct draw_stage *stage, function 657 stage->line = clip_line;
|
| /frameworks/native/opengl/libagl/ |
| primitives.cpp | 65 static unsigned int clip_line(ogles_context_t* c, 542 unsigned int count = clip_line(c, v0, v1); 1033 unsigned int clip_line(ogles_context_t* c, vertex_t* s, vertex_t* p) function in namespace:android [all...] |