Searched refs:is_3d_sorted (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/cc/test/
H A Dlayer_tree_host_common_test.cc29 bool is_3d_sorted) {
36 is_3d_sorted);
46 bool is_3d_sorted) {
53 is_3d_sorted);
22 SetLayerPropertiesForTesting( Layer* layer, const gfx::Transform& transform, const gfx::Point3F& transform_origin, const gfx::PointF& position, const gfx::Size& bounds, bool flatten_transform, bool is_3d_sorted) argument
39 SetLayerPropertiesForTesting( LayerImpl* layer, const gfx::Transform& transform, const gfx::Point3F& transform_origin, const gfx::PointF& position, const gfx::Size& bounds, bool flatten_transform, bool is_3d_sorted) argument
H A Dlayer_tree_host_common_test.h42 bool is_3d_sorted) {
48 layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);
57 bool is_3d_sorted);
65 bool is_3d_sorted);
35 SetLayerPropertiesForTestingInternal( LayerType* layer, const gfx::Transform& transform, const gfx::Point3F& transform_origin, const gfx::PointF& position, const gfx::Size& bounds, bool flatten_transform, bool is_3d_sorted) argument
H A Dlayer_tree_json_parser.cc132 bool is_3d_sorted; local
133 if (dict->GetBoolean("Is3DSorted", &is_3d_sorted)) {
135 new_layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);

Completed in 836 milliseconds