Home
last modified time | relevance | path

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

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