Home
last modified time | relevance | path

Searched refs:destroyBuffer (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl39 DestroyBufferFunc destroyBuffer; variable
DvkInitDeviceFunctionPointers.inl39 m_vk.destroyBuffer = (DestroyBufferFunc) GET_PROC_ADDR("vkDestroyBuffer");
DvkRefUtilImpl.inl40 m_deviceIface->destroyBuffer(m_device, obj, m_allocator);
DvkDeviceDriverImpl.inl180 void DeviceDriver::destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pA… function in DeviceDriver
182 m_vk.destroyBuffer(device, buffer, pAllocator);
DvkVirtualDeviceInterface.inl39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks…
DvkConcreteDeviceInterface.inl39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks…
DvkNullDriverImpl.inl266 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/
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
DvktApiMemoryRequirementInvarianceTests.cpp130 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp153 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/
Des2fFboRenderTest.cpp369 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/
DvktPipelineVertexInputTests.cpp1347 vk.destroyBuffer(vkDevice, m_vertexBuffers[bufferNdx], DE_NULL); in ~VertexInputInstance()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1537 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp13991 …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