Searched refs:TextureStateTrackingContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc91 class TextureStateTrackingContext : public TestWebGraphicsContext3D { class in namespace:cc::__anon2773
1631 scoped_ptr<TextureStateTrackingContext> child_context_owned(
1632 new TextureStateTrackingContext);
1633 TextureStateTrackingContext* child_context = child_context_owned.get();
1651 scoped_ptr<TextureStateTrackingContext> parent_context_owned(
1652 new TextureStateTrackingContext);
1653 TextureStateTrackingContext* parent_context = parent_context_owned.get();
2283 scoped_ptr<TextureStateTrackingContext> context_owned(
2284 new TextureStateTrackingContext);
2285 TextureStateTrackingContext* contex
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc786 class TextureStateTrackingContext : public TestWebGraphicsContext3D { class in namespace:cc::__anon2723
788 TextureStateTrackingContext() : active_texture_(GL_INVALID_ENUM) { function in class:cc::__anon2723::TextureStateTrackingContext
809 scoped_ptr<TextureStateTrackingContext> context_owned(
810 new TextureStateTrackingContext);
811 TextureStateTrackingContext* context = context_owned.get();

Completed in 2891 milliseconds