Home
last modified time | relevance | path

Searched defs:getAttachments (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipeline.hpp103 Attachments &getAttachments() { return attachments; } in getAttachments() function in vk::GraphicsPipeline
104 const Attachments &getAttachments() const { return attachments; } in getAttachments() function in vk::GraphicsPipeline
DVkCommandBuffer.cpp1743 void DynamicRendering::getAttachments(Attachments *attachments) const in getAttachments() function in vk::DynamicRendering
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMeasureMapInternal.java48 Map<String, String> getAttachments() { in getAttachments() method in MeasureMapInternal
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregationData.java444 public abstract Map<String, String> getAttachments(); in getAttachments() method in AggregationData.DistributionData.Exemplar
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp594 const std::vector<Attachment>& RenderPass::getAttachments (void) const in getAttachments() function in vkt::renderpass::RenderPass
DvktRenderPassTests.cpp727 const vector<Attachment>& getAttachments (void) const { return m_attachments; } in getAttachments() function in vkt::__anone08f04e90111::RenderPass