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

  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer_impl.h 22 bool is_overlay);
41 bool is_overlay);
solid_color_scrollbar_layer_impl.cc 20 bool is_overlay) {
28 is_overlay));
52 bool is_overlay)
57 is_overlay),
scrollbar_layer_impl_base.h 38 void set_is_overlay_scrollbar(bool is_overlay) {
39 is_overlay_scrollbar_ = is_overlay;
66 bool is_overlay);
solid_color_scrollbar_layer_impl_unittest.cc 23 bool is_overlay = false; local
31 is_overlay);
scrollbar_layer_impl_base.cc 18 bool is_overlay)
22 is_overlay_scrollbar_(is_overlay),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
testlib.h 48 * is_overlay: OUT If 1, port uses overlay surfaces, you need to set a colorkey
61 unsigned int *is_overlay,
test_surface.c 40 unsigned int is_overlay, intra_unsigned; local
57 &is_overlay,
65 if (is_overlay)
test_blocks.c 41 unsigned int is_overlay, intra_unsigned; local
60 &is_overlay,
68 if (is_overlay)
test_context.c 40 unsigned int is_overlay, intra_unsigned; local
56 &is_overlay,
64 if (is_overlay)
testlib.c 52 unsigned int *is_overlay,
95 *is_overlay = surface_info[j].flags & XVMC_OVERLAID_SURFACE;
test_rendering.c 141 unsigned int is_overlay, intra_unsigned; local
166 &is_overlay,
174 if (is_overlay)
test_subpicture.c 64 unsigned int is_overlay, intra_unsigned; local
84 &is_overlay,
92 if (is_overlay)
xvmc_bench.c 183 unsigned int is_overlay, intra_unsigned; local
212 &is_overlay,
220 if (is_overlay)
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 48 * is_overlay: OUT If 1, port uses overlay surfaces, you need to set a colorkey
61 unsigned int *is_overlay,
test_surface.c 40 unsigned int is_overlay, intra_unsigned; local
57 &is_overlay,
65 if (is_overlay)
test_blocks.c 41 unsigned int is_overlay, intra_unsigned; local
60 &is_overlay,
68 if (is_overlay)
test_context.c 40 unsigned int is_overlay, intra_unsigned; local
56 &is_overlay,
64 if (is_overlay)
testlib.c 52 unsigned int *is_overlay,
95 *is_overlay = surface_info[j].flags & XVMC_OVERLAID_SURFACE;
test_rendering.c 141 unsigned int is_overlay, intra_unsigned; local
166 &is_overlay,
174 if (is_overlay)
test_subpicture.c 64 unsigned int is_overlay, intra_unsigned; local
84 &is_overlay,
92 if (is_overlay)
xvmc_bench.c 183 unsigned int is_overlay, intra_unsigned; local
212 &is_overlay,
220 if (is_overlay)
  /external/chromium_org/cc/test/
fake_scrollbar.cc 21 FakeScrollbar::FakeScrollbar(bool paint, bool has_thumb, bool is_overlay)
24 is_overlay_(is_overlay),
fake_scrollbar.h 17 FakeScrollbar(bool paint, bool has_thumb, bool is_overlay);

Completed in 473 milliseconds