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

/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp370 struct ActiveLayer { struct in class:vulkan::api::__anon1594::LayerChain
393 static const ActiveLayer* GetActiveLayers(VkPhysicalDevice physical_dev,
411 ActiveLayer* AllocateLayerArray(uint32_t count) const;
412 VkResult LoadLayer(ActiveLayer& layer, const char* name);
440 static void DestroyLayers(ActiveLayer* layers,
466 ActiveLayer* layers_;
553 const ActiveLayer* instance_layers =
602 new (&layers_[layer_count_++]) ActiveLayer{GetLayerRef(l), {}};
617 LayerChain::ActiveLayer* LayerChain::AllocateLayerArray(uint32_t count) const {
622 return reinterpret_cast<ActiveLayer*>(allocator
[all...]

Completed in 33 milliseconds