Searched refs:triangle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dprimitives.cpp59 static void triangle(ogles_context_t* c,
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, function in namespace:android
1028 triangle(
[all...]

Completed in 31 milliseconds