Searched defs:AllocateLayerArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp411 ActiveLayer* AllocateLayerArray(uint32_t count) const;
528 layers_ = AllocateLayerArray(layer_count);
590 layers_ = AllocateLayerArray(instance_layer_count);
617 LayerChain::ActiveLayer* LayerChain::AllocateLayerArray(uint32_t count) const { function in class:vulkan::api::__anon1594::LayerChain

Completed in 19 milliseconds