Home
last modified time | relevance | path

Searched refs:reshape_called_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h361 bool reshape_called() const { return reshape_called_; } in reshape_called()
362 void clear_reshape_called() { reshape_called_ = false; } in clear_reshape_called()
454 bool reshape_called_; variable
Dtest_web_graphics_context_3d.cc63 reshape_called_(false), in TestWebGraphicsContext3D()
93 reshape_called_ = true; in reshapeWithScaleFactor()