Searched refs:AllocateAndConstruct (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/quads/
H A Dlist_container_unittest.cc72 list.AllocateAndConstruct<SimpleDrawQuadConstructMagicNumberOne>();
74 list.AllocateAndConstruct<SimpleDrawQuadConstructMagicNumberTwo>();
88 MockDrawQuad* dq_1 = list.AllocateAndConstruct<MockDrawQuad>();
98 MockDrawQuad* dq_1 = list.AllocateAndConstruct<MockDrawQuad>();
120 MockDrawQuad* dq_1 = list.AllocateAndConstruct<MockDrawQuad>();
143 SharedQuadState* sqs_1 = list.AllocateAndConstruct<SharedQuadState>();
144 SharedQuadState* sqs_2 = list.AllocateAndConstruct<SharedQuadState>();
145 SharedQuadState* sqs_3 = list.AllocateAndConstruct<SharedQuadState>();
159 SharedQuadState* sqs_1 = list.AllocateAndConstruct<SharedQuadState>();
160 list.AllocateAndConstruct<SharedQuadStat
[all...]
H A Drender_pass.h84 return quad_list.AllocateAndConstruct<DrawQuadType>();
H A Dlist_container.h155 DerivedElementType* AllocateAndConstruct() { function in class:cc::ListContainer

Completed in 47 milliseconds