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

  /external/chromium_org/cc/quads/
debug_border_draw_quad.cc 12 DebugBorderDrawQuad::DebugBorderDrawQuad()
17 scoped_ptr<DebugBorderDrawQuad> DebugBorderDrawQuad::Create() {
18 return make_scoped_ptr(new DebugBorderDrawQuad);
21 void DebugBorderDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
34 void DebugBorderDrawQuad::SetAll(const SharedQuadState* shared_quad_state,
47 void DebugBorderDrawQuad::IterateResources(
50 const DebugBorderDrawQuad* DebugBorderDrawQuad::MaterialCast
    [all...]
debug_border_draw_quad.h 15 class CC_EXPORT DebugBorderDrawQuad : public DrawQuad {
17 static scoped_ptr<DebugBorderDrawQuad> Create();
38 static const DebugBorderDrawQuad* MaterialCast(const DrawQuad*);
41 DebugBorderDrawQuad();
draw_quad.cc 65 copy_quad.reset(TypedCopy<DebugBorderDrawQuad>(this));
draw_quad_unittest.cc 325 CREATE_QUAD_2_NEW(DebugBorderDrawQuad, color, width);
330 CREATE_QUAD_2_ALL(DebugBorderDrawQuad, color, width);
741 TEST_F(DrawQuadIteratorTest, DebugBorderDrawQuad) {
746 CREATE_QUAD_2_NEW(DebugBorderDrawQuad, color, width);
    [all...]
  /external/chromium_org/cc/output/
software_renderer.h 21 class DebugBorderDrawQuad;
81 const DebugBorderDrawQuad* quad);
software_renderer.cc 249 DrawDebugBorderQuad(frame, DebugBorderDrawQuad::MaterialCast(quad));
287 const DebugBorderDrawQuad* quad) {
gl_renderer.h 136 const DebugBorderDrawQuad* quad);
gl_renderer.cc 361 DrawDebugBorderQuad(frame, DebugBorderDrawQuad::MaterialCast(quad));
434 const DebugBorderDrawQuad* quad) {
    [all...]
  /external/chromium_org/cc/trees/
quad_culler.cc 67 scoped_ptr<DebugBorderDrawQuad> debug_border_quad =
68 DebugBorderDrawQuad::Create();
  /external/chromium_org/cc/layers/
render_surface_impl.cc 170 scoped_ptr<DebugBorderDrawQuad> debug_border_quad =
171 DebugBorderDrawQuad::Create();
tiled_layer_impl.cc 190 scoped_ptr<DebugBorderDrawQuad> debug_border_quad =
191 DebugBorderDrawQuad::Create();
layer_impl.cc 223 scoped_ptr<DebugBorderDrawQuad> debug_border_quad =
224 DebugBorderDrawQuad::Create();
    [all...]
picture_layer_impl.cc 199 scoped_ptr<DebugBorderDrawQuad> debug_border_quad =
200 DebugBorderDrawQuad::Create();
    [all...]
  /external/chromium_org/cc/test/
render_pass_test_common.cc 94 scoped_ptr<cc::DebugBorderDrawQuad> debug_border_quad =
95 cc::DebugBorderDrawQuad::Create();
  /external/chromium_org/content/common/
cc_messages_unittest.cc 18 using cc::DebugBorderDrawQuad;
77 Compare(DebugBorderDrawQuad::MaterialCast(a),
78 DebugBorderDrawQuad::MaterialCast(b));
121 void Compare(const DebugBorderDrawQuad* a, const DebugBorderDrawQuad* b) {
266 scoped_ptr<DebugBorderDrawQuad> debugborder_in =
267 DebugBorderDrawQuad::Create();
cc_messages.h 138 IPC_STRUCT_TRAITS_BEGIN(cc::DebugBorderDrawQuad)
cc_messages.cc 355 WriteParam(m, *cc::DebugBorderDrawQuad::MaterialCast(quad));
472 draw_quad = ReadDrawQuad<cc::DebugBorderDrawQuad>(m, iter);
554 LogParam(*cc::DebugBorderDrawQuad::MaterialCast(quad), l);

Completed in 246 milliseconds