/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 39 DestroyBufferFunc destroyBuffer; variable
|
D | vkInitDeviceFunctionPointers.inl | 39 m_vk.destroyBuffer = (DestroyBufferFunc) GET_PROC_ADDR("vkDestroyBuffer");
|
D | vkRefUtilImpl.inl | 40 m_deviceIface->destroyBuffer(m_device, obj, m_allocator);
|
D | vkDeviceDriverImpl.inl | 180 void DeviceDriver::destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pA… function in DeviceDriver 182 m_vk.destroyBuffer(device, buffer, pAllocator);
|
D | vkVirtualDeviceInterface.inl | 39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks…
|
D | vkConcreteDeviceInterface.inl | 39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks…
|
D | vkNullDriverImpl.inl | 266 VKAPI_ATTR void VKAPI_CALL destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallb… function 2003 VK_NULL_FUNC_ENTRY(vkDestroyBuffer, destroyBuffer),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
|
D | vktApiMemoryRequirementInvarianceTests.cpp | 130 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 153 void destroyBuffer (deUint32 name, GLenum type); 322 destroyBuffer(m_colorBuffer, m_config.colorType); in ~Framebuffer() 323 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType); in ~Framebuffer() 367 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer() function in deqp::gles3::Functional::Framebuffer
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 369 void destroyBuffer (deUint32 name, GLenum type); 479 destroyBuffer(m_colorbuffer, m_config.colorbufferType); in ~Framebuffer() 480 destroyBuffer(m_depthbuffer, m_config.depthbufferType); in ~Framebuffer() 481 destroyBuffer(m_stencilbuffer, m_config.stencilbufferType); in ~Framebuffer() 501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer() function in deqp::gles2::Functional::Framebuffer
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1347 vk.destroyBuffer(vkDevice, m_vertexBuffers[bufferNdx], DE_NULL); in ~VertexInputInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1537 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 13991 …void destroyBuffer( Buffer buffer, const AllocationCallbacks* pAllocator, Dispatch const &d = Disp… 13994 …void destroyBuffer( Buffer buffer, Optional<const AllocationCallbacks> allocator = nullptr, Dispat… 49643 …VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, const AllocationCallbacks* pAllocator… in destroyBuffer() function in VULKAN_HPP_NAMESPACE::Device 49649 …VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, Optional<const AllocationCallbacks> a… in destroyBuffer() function in VULKAN_HPP_NAMESPACE::Device
|