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 241 bool reshape_called() const { return reshape_called_; }
242 void clear_reshape_called() { reshape_called_ = false; }
336 bool reshape_called_; member in class:cc::TestWebGraphicsContext3D
test_web_graphics_context_3d.cc 74 reshape_called_(false),
109 reshape_called_ = true;

Completed in 1141 milliseconds