Searched refs:fInstancingAllocator (Results 1 – 2 of 2) sorted by relevance
77 if (fInstancingAllocator) { in instancingAllocator()78 return fInstancingAllocator.get(); in instancingAllocator()81 fInstancingAllocator = fContext->getGpu()->createInstancedRenderingAllocator(); in instancingAllocator()82 return fInstancingAllocator.get(); in instancingAllocator()
128 std::unique_ptr<gr_instanced::OpAllocator> fInstancingAllocator; variable