HomeSort by relevance Sort by last modified time
    Searched refs:TestWebGraphicsContext3D (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 26 const GLuint TestWebGraphicsContext3D::kExternalTextureId = 1337;
31 TestWebGraphicsContext3D::Namespace*
32 TestWebGraphicsContext3D::shared_namespace_ = NULL;
34 TestWebGraphicsContext3D::Namespace::Namespace()
40 TestWebGraphicsContext3D::Namespace::~Namespace() {
47 scoped_ptr<TestWebGraphicsContext3D> TestWebGraphicsContext3D::Create() {
48 return make_scoped_ptr(new TestWebGraphicsContext3D());
51 TestWebGraphicsContext3D::TestWebGraphicsContext3D()
    [all...]
test_context_provider.h 18 class TestWebGraphicsContext3D;
23 typedef base::Callback<scoped_ptr<TestWebGraphicsContext3D>(void)>
28 scoped_ptr<TestWebGraphicsContext3D> context);
43 TestWebGraphicsContext3D* TestContext3d();
45 // This returns the TestWebGraphicsContext3D but is valid to call
49 TestWebGraphicsContext3D* UnboundTestContext3d();
58 explicit TestContextProvider(scoped_ptr<TestWebGraphicsContext3D> context);
66 scoped_ptr<TestWebGraphicsContext3D> context3d_;
test_web_graphics_context_3d_unittest.cc 15 static bool check_parameter_value(TestWebGraphicsContext3D* context,
23 static void expect_default_parameter_values(TestWebGraphicsContext3D* context) {
35 scoped_ptr<TestWebGraphicsContext3D> context(
36 TestWebGraphicsContext3D::Create());
45 scoped_ptr<TestWebGraphicsContext3D> context(
46 TestWebGraphicsContext3D::Create());
58 scoped_ptr<TestWebGraphicsContext3D> context(
59 TestWebGraphicsContext3D::Create());
test_context_provider.cc 20 return Create(TestWebGraphicsContext3D::Create().Pass());
25 scoped_ptr<TestWebGraphicsContext3D> context) {
32 scoped_ptr<TestWebGraphicsContext3D> context)
136 TestWebGraphicsContext3D* TestContextProvider::TestContext3d() {
143 TestWebGraphicsContext3D* TestContextProvider::UnboundTestContext3d() {
fake_output_surface.h 36 scoped_ptr<TestWebGraphicsContext3D> context) {
58 scoped_ptr<TestWebGraphicsContext3D> context) {
85 scoped_ptr<TestWebGraphicsContext3D> context) {
test_web_graphics_context_3d.h 28 class TestWebGraphicsContext3D {
30 static scoped_ptr<TestWebGraphicsContext3D> Create();
32 virtual ~TestWebGraphicsContext3D();
310 void add_share_group_context(TestWebGraphicsContext3D* context3d) {
406 TestWebGraphicsContext3D();
428 std::vector<TestWebGraphicsContext3D*> shared_contexts_;
446 base::WeakPtrFactory<TestWebGraphicsContext3D> weak_ptr_factory_;
test_gles2_interface.h 11 class TestWebGraphicsContext3D;
15 explicit TestGLES2Interface(TestWebGraphicsContext3D* test_context);
172 TestWebGraphicsContext3D* test_context_;
layer_tree_test.h 27 class TestWebGraphicsContext3D;
194 TestWebGraphicsContext3D* TestContext();
test_gles2_interface.cc 12 TestGLES2Interface::TestGLES2Interface(TestWebGraphicsContext3D* test_context)
layer_tree_test.cc 730 TestWebGraphicsContext3D* LayerTreeTest::TestContext() {
  /external/chromium_org/cc/resources/
video_resource_updater_unittest.cc 22 scoped_ptr<TestWebGraphicsContext3D> context3d =
23 TestWebGraphicsContext3D::Create();
57 TestWebGraphicsContext3D* context3d_;
resource_provider_unittest.cc 79 class TextureStateTrackingContext : public TestWebGraphicsContext3D {
152 class ResourceProviderContext : public TestWebGraphicsContext3D {
379 context3d.PassAs<TestWebGraphicsContext3D>());
387 child_context_owned.PassAs<TestWebGraphicsContext3D>());
    [all...]
resource_update_controller_unittest.cc 30 class WebGraphicsContext3DForUploadTest : public TestWebGraphicsContext3D {
123 scoped_ptr<TestWebGraphicsContext3D>(
raster_worker_pool_unittest.cc 294 TestWebGraphicsContext3D* context3d = context_provider_->TestContext3d();
  /external/chromium_org/cc/output/
shader_unittest.cc 18 scoped_ptr<TestWebGraphicsContext3D> stub_context =
19 TestWebGraphicsContext3D::Create();
renderer_unittest.cc 20 explicit MockContextProvider(scoped_ptr<TestWebGraphicsContext3D> context)
61 new MockContextProvider(TestWebGraphicsContext3D::Create());
gl_renderer_unittest.cc 155 FakeOutputSurface::Create3d(TestWebGraphicsContext3D::Create()).Pass();
356 class ForbidSynchronousCallContext : public TestWebGraphicsContext3D {
476 scoped_ptr<TestWebGraphicsContext3D>(new ForbidSynchronousCallContext)));
492 class LoseContextOnFirstGetContext : public TestWebGraphicsContext3D {
512 scoped_ptr<TestWebGraphicsContext3D>(new LoseContextOnFirstGetContext)));
528 class ClearCountingContext : public TestWebGraphicsContext3D {
545 context_owned.PassAs<TestWebGraphicsContext3D>()));
591 context_owned.PassAs<TestWebGraphicsContext3D>()));
630 context_owned.PassAs<TestWebGraphicsContext3D>()));
664 : public TestWebGraphicsContext3D {
    [all...]
delegating_renderer_unittest.cc 29 TestWebGraphicsContext3D* context3d_;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 73 virtual scoped_ptr<TestWebGraphicsContext3D> CreateContext3d() {
74 return TestWebGraphicsContext3D::Create();
85 scoped_ptr<TestWebGraphicsContext3D> context3d = CreateContext3d();
140 TestWebGraphicsContext3D* context3d_;
335 // TestWebGraphicsContext3D ensures that this resource is created with
561 virtual scoped_ptr<TestWebGraphicsContext3D> CreateContext3d() OVERRIDE {
562 scoped_ptr<TestWebGraphicsContext3D> context =
    [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl_unittest.cc 525 scoped_ptr<TestWebGraphicsContext3D> context_owned =
526 TestWebGraphicsContext3D::Create();
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 552 scoped_ptr<TestWebGraphicsContext3D> context =
553 TestWebGraphicsContext3D::Create();
561 scoped_ptr<TestWebGraphicsContext3D> context =
562 TestWebGraphicsContext3D::Create();
    [all...]
picture_layer_impl_unittest.cc     [all...]

Completed in 227 milliseconds