Home | History | Annotate | Download | only in libagl

Lines Matching refs:triangle

59 static void triangle(ogles_context_t* c,
567 #pragma mark Triangle
582 // This triangle is not clipped, test if it's culled
583 // unclipped triangle...
591 // light (or shade) our triangle!
594 triangle(c, v0, v1, v2);
599 // and even more rarely will we clip a triangle that ends up
601 // in a few cases we won't render the triangle (if culled).
606 // light (or shade) our triangle!
614 void triangle(ogles_context_t* c,
1028 triangle(c, p0, p1, p2);