HomeSort by relevance Sort by last modified time
    Searched refs:reshape_called_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 361 bool reshape_called() const { return reshape_called_; }
362 void clear_reshape_called() { reshape_called_ = false; }
454 bool reshape_called_; member in class:cc::TestWebGraphicsContext3D
test_web_graphics_context_3d.cc 63 reshape_called_(false),
93 reshape_called_ = true;

Completed in 62 milliseconds