Searched defs:ClearCountingContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc606 class ClearCountingContext : public TestWebGraphicsContext3D { class in namespace:cc::__anon4180
608 ClearCountingContext() { test_capabilities_.discard_framebuffer = true; } function in class:cc::__anon4180::ClearCountingContext
618 scoped_ptr<ClearCountingContext> context_owned(new ClearCountingContext);
619 ClearCountingContext* context = context_owned.get();
664 scoped_ptr<ClearCountingContext> context_owned(new ClearCountingContext);
665 ClearCountingContext* context = context_owned.get();
703 scoped_ptr<ClearCountingContext> context_owned(new ClearCountingContext);
[all...]

Completed in 49 milliseconds