Searched refs:AllocateAndConstruct (Results 1 – 3 of 3) sorted by relevance
72 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 …]
84 return quad_list.AllocateAndConstruct<DrawQuadType>(); in CreateAndAppendDrawQuad()
155 DerivedElementType* AllocateAndConstruct() { in AllocateAndConstruct() function