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

/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc219 scoped_ptr<LayerImpl> layer3 = LayerImpl::Create(host_impl.active_tree(), 3); local
238 layer3->SetBounds(gfx::Size(30, 30));
239 layer3->SetContentBounds(gfx::Size(30, 30));
240 layer3->draw_properties().target_space_transform = FrontMatrix;
241 layer3->SetDrawsContent(true);
256 layer_list.push_back(layer3.get());
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Ddebugging.c50 void layer3(int a, int b, int c) { layer4(a + b + c); } function
52 void layer2(int i, int j) { layer3(i, j, 7); }

Completed in 96 milliseconds