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

/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc2877 class AllocationTrackingContext3D : public TestWebGraphicsContext3D { class in namespace:cc::__anon2773
2956 scoped_ptr<AllocationTrackingContext3D> context_owned(
2957 new StrictMock<AllocationTrackingContext3D>);
2958 AllocationTrackingContext3D* context = context_owned.get();
3034 scoped_ptr<AllocationTrackingContext3D> context_owned(
3035 new StrictMock<AllocationTrackingContext3D>);
3036 AllocationTrackingContext3D* context = context_owned.get();
3093 scoped_ptr<AllocationTrackingContext3D> context_owned(
3094 new StrictMock<AllocationTrackingContext3D>);
3095 AllocationTrackingContext3D* contex
[all...]

Completed in 84 milliseconds