HomeSort by relevance Sort by last modified time
    Searched defs:triangle (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/libagl/
primitives.cpp 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 function in namespace:android
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PopupMenu.java 318 // Stamp the popup triangle over the appropriate region ignoring
320 Bitmap triangle = mTriangleBottom; local
321 canvas.drawBitmap(triangle, mTriangleX, height - triangle.getHeight() - 1, SRC_PAINT);
  /external/bison/src/
vcg.h 76 triangle enumerator in enum:shape
249 and triangle. The drawing of ellipses is much slower than the drawing
384 triangle and the cathetuses have length arrowsize.
545 rhomb, ellipse, and triangle. vertical order is the level position
559 Default is box, other: rhomb, ellipse, triangle. */
    [all...]

Completed in 171 milliseconds