OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Create3d
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/cc/test/
fake_layer_tree_host_client.cc
35
return FakeOutputSurface::
Create3d
().PassAs<OutputSurface>();
fake_output_surface.h
25
static scoped_ptr<FakeOutputSurface>
Create3d
() {
30
static scoped_ptr<FakeOutputSurface>
Create3d
(
35
static scoped_ptr<FakeOutputSurface>
Create3d
(
79
scoped_ptr<FakeOutputSurface> surface(
Create3d
());
layer_test_common.cc
108
scoped_ptr<FakeOutputSurface> output_surface = FakeOutputSurface::
Create3d
();
layer_tree_test.cc
727
return FakeOutputSurface::
Create3d
();
/external/chromium_org/cc/resources/
scoped_resource_unittest.cc
19
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
());
39
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
());
63
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
());
99
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
());
video_resource_updater_unittest.cc
27
FakeOutputSurface::
Create3d
(context3d.Pass());
resource_provider_unittest.cc
381
output_surface_ = FakeOutputSurface::
Create3d
(context_provider);
386
child_output_surface_ = FakeOutputSurface::
Create3d
(
[
all
...]
raster_worker_pool_unittest.cc
116
output_surface_ = FakeOutputSurface::
Create3d
(context_provider_).Pass();
tile_manager_perftest.cc
117
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
raster_worker_pool_perftest.cc
155
output_surface_ = FakeOutputSurface::
Create3d
(context_provider_).Pass();
resource_update_controller_unittest.cc
122
output_surface_ = FakeOutputSurface::
Create3d
(
tile_manager_unittest.cc
36
output_surface_ = FakeOutputSurface::
Create3d
();
464
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
[
all
...]
picture_layer_tiling_set_unittest.cc
66
FakeOutputSurface::
Create3d
();
prioritized_tile_set_unittest.cc
54
output_surface_ = FakeOutputSurface::
Create3d
().Pass();
prioritized_resource_unittest.cc
27
output_surface_(FakeOutputSurface::
Create3d
()) {
[
all
...]
/external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc
41
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
picture_layer_impl_perftest.cc
39
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
picture_image_layer_impl_unittest.cc
46
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
layer_impl_unittest.cc
89
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>()));
248
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>()));
358
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>()));
texture_layer_unittest.cc
893
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>()));
[
all
...]
/external/chromium_org/cc/output/
gl_renderer_unittest.cc
155
FakeOutputSurface::
Create3d
(TestWebGraphicsContext3D::Create()).Pass();
188
output_surface_ = FakeOutputSurface::
Create3d
().Pass();
475
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
511
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
544
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
590
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
711
FakeOutputSurface::
Create3d
(provider));
774
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
853
scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::
Create3d
(
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc
109
return FakeOutputSurface::
Create3d
();
541
return FakeOutputSurface::
Create3d
(first_context_provider_);
546
return FakeOutputSurface::
Create3d
(second_context_provider_);
670
return FakeOutputSurface::
Create3d
(context_provider_);
[
all
...]
occlusion_tracker_perftest.cc
42
FakeOutputSurface::
Create3d
().PassAs<OutputSurface>());
layer_tree_host_unittest_context.cc
96
return FakeOutputSurface::
Create3d
(context3d.Pass());
676
child_output_surface_ = FakeOutputSurface::
Create3d
();
[
all
...]
layer_tree_host_impl_unittest.cc
381
return FakeOutputSurface::
Create3d
().PassAs<OutputSurface>();
529
scoped_ptr<FakeOutputSurface> output_surface(FakeOutputSurface::
Create3d
(
[
all
...]
Completed in 560 milliseconds
1
2