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

  /external/chromium_org/cc/quads/
draw_polygon.h 22 class CC_EXPORT DrawPolygon {
24 DrawPolygon();
25 ~DrawPolygon();
27 DrawPolygon(DrawQuad* original_ref,
31 DrawPolygon(DrawQuad* original_ref,
36 // Split takes this DrawPolygon and splits it into two pieces that are on
43 bool Split(const DrawPolygon& splitter,
44 scoped_ptr<DrawPolygon>* front,
45 scoped_ptr<DrawPolygon>* back);
49 static BspCompareResult SideCompare(const DrawPolygon& a
    [all...]
draw_polygon.cc 33 gfx::Vector3dF DrawPolygon::default_normal = gfx::Vector3dF(0.0f, 0.0f, -1.0f);
35 DrawPolygon::DrawPolygon() {
38 DrawPolygon::DrawPolygon(DrawQuad* original,
52 DrawPolygon::DrawPolygon(DrawQuad* original_ref,
75 DrawPolygon::~DrawPolygon() {
78 scoped_ptr<DrawPolygon> DrawPolygon::CreateCopy()
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 476 milliseconds