Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawingManager.cpp81 fInstancingAllocator = fContext->getGpu()->createInstancedRenderingAllocator(); in instancingAllocator()
DGrGpu.h152 std::unique_ptr<gr_instanced::OpAllocator> createInstancedRenderingAllocator();
DGrGpu.cpp242 std::unique_ptr<gr_instanced::OpAllocator> GrGpu::createInstancedRenderingAllocator() { in createInstancedRenderingAllocator() function in GrGpu