Home
last modified time | relevance | path

Searched refs:destroyPipeline (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkPipeline.hpp51 virtual void destroyPipeline(const VkAllocationCallbacks *pAllocator) = 0;
81 void destroyPipeline(const VkAllocationCallbacks *pAllocator) override;
131 void destroyPipeline(const VkAllocationCallbacks *pAllocator) override;
DVkPipeline.cpp324 destroyPipeline(pAllocator); in destroy()
366 void GraphicsPipeline::destroyPipeline(const VkAllocationCallbacks *pAllocator) in destroyPipeline() function in vk::GraphicsPipeline
569 void ComputePipeline::destroyPipeline(const VkAllocationCallbacks *pAllocator) in destroyPipeline() function in vk::ComputePipeline
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DVarargsFilterDispatchIntegrationTest.java69 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipeline()
111 pipeline.destroyPipeline(); in testDispatchThatNoFiltersFire()
154 pipeline.destroyPipeline(); in testDispatchFilterPipelineWithRegexMatching()
DVarargsServletDispatchIntegrationTest.java88 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipelineServlets()
131 pipeline.destroyPipeline(); in testVarargsSkipDispatchRequestToManagedPipelineServlets()
177 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipelineWithFilter()
DServletDispatchIntegrationTest.java94 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipelineServlets()
143 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipelineWithFilter()
306 pipeline.destroyPipeline(); in testQueryInRequestUri_regex()
342 pipeline.destroyPipeline(); in testQueryInRequestUri()
DFilterDispatchIntegrationTest.java109 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipeline()
159 pipeline.destroyPipeline(); in testDispatchThatNoFiltersFire()
203 pipeline.destroyPipeline(); in testDispatchFilterPipelineWithRegexMatching()
258 pipeline.destroyPipeline(); in testFilterBypass()
DMultiModuleDispatchIntegrationTest.java79 pipeline.destroyPipeline(); in testDispatchRequestToManagedPipeline()
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DFilterPipeline.java41 void destroyPipeline(); in destroyPipeline() method
DDefaultFilterPipeline.java40 public void destroyPipeline() {} in destroyPipeline() method in DefaultFilterPipeline
DManagedFilterPipeline.java160 public void destroyPipeline() {
DGuiceFilter.java241 filterPipeline.destroyPipeline();
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp472 m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE].destroyPipeline();
488 m_pipeline[ndx].destroyPipeline();
493 m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE].destroyPipeline();
1046 vk.destroyPipeline(vkDevice, m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE], DE_NULL); in buildPipeline()
1055 vk.destroyPipeline(vkDevice, m_pipeline[ndx], DE_NULL); in buildPipeline()
1060 vk.destroyPipeline(vkDevice, m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE], DE_NULL); in buildPipeline()
DvktPipelineDerivativeTests.cpp161 vk.destroyPipeline(vkDevice, rawPipelines[i], DE_NULL); in testComputeDerivativeByIndex()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp98 virtual void destroyPipeline (VkDevice device,
262 void destroyPipeline (VkDevice device,
DvkPipelineConstructionUtil.hpp289 void destroyPipeline (void);
DvkPlatform.cpp501 m_resourceInterface->destroyPipeline(device, pipeline, pAllocator); in destroyPipelineHandler()
509 m_resourceInterface->destroyPipeline(device, pipeline, pAllocator); in destroyPipelineHandler()
DvkPipelineConstructionUtil.cpp1459 void GraphicsPipelineWrapper::destroyPipeline(void) in destroyPipeline() function in vk::GraphicsPipelineWrapper
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFunctionPointers.inl49 DestroyPipelineFunc destroyPipeline; variable
DvkRefUtilImpl.inl60 m_deviceIface->destroyPipeline(m_device, obj, m_allocator);
DvkInitDeviceFunctionPointers.inl49 m_vk.destroyPipeline = (DestroyPipelineFunc) GET_PROC_ADDR("vkDestroyPipeline");
DvkDeviceDriverImpl.inl222 void DeviceDriver::destroyPipeline (VkDevice device, VkPipeline pipeline, const VkAllocationCallbac… function in DeviceDriver
224 m_vk.destroyPipeline(device, pipeline, pAllocator);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp106 context.getDeviceInterface().destroyPipeline(context.getDevice(), pipeline, pAllocator); in release()
/external/swiftshader/tests/VulkanBenchmarks/
DComputeBenchmarks.cpp92 device.destroyPipeline(pipeline); in ~BufferToBufferComputeBenchmark()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFunctionPointers.inl59 DestroyPipelineFunc destroyPipeline; variable
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp44 device.destroyPipeline(pipeline); in ~DrawTester()

12