Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanWrapper/
DBuffer.cpp41 device.destroyBuffer(buffer); in ~Buffer()
DDrawTester.cpp49 device.destroyBuffer(vertices.buffer, nullptr); in ~DrawTester()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp686 vk.destroyBuffer(vkDevice, rawBuffer, DE_NULL); in testOverlyLargeBuffer()
693 vk.destroyBuffer(vkDevice, rawBuffer, DE_NULL); in testOverlyLargeBuffer()
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
DvktApiMemoryRequirementInvarianceTests.cpp128 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl39 DestroyBufferFunc destroyBuffer; variable
DvkRefUtilImpl.inl40 m_deviceIface->destroyBuffer(m_device, obj, m_allocator);
DvkInitDeviceFunctionPointers.inl39 m_vk.destroyBuffer = (DestroyBufferFunc) GET_PROC_ADDR("vkDestroyBuffer");
DvkDeviceDriverImpl.inl180 void DeviceDriver::destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pA… function in DeviceDriver
182 m_vk.destroyBuffer(device, buffer, pAllocator);
DvkConcreteDeviceInterface.inl39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallback…
DvkVirtualDeviceInterface.inl39 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallback…
DvkNullDriverImpl.inl320 VKAPI_ATTR void VKAPI_CALL destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallb… function
3256 VK_NULL_FUNC_ENTRY(vkDestroyBuffer, destroyBuffer),
/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.cpp1350 vk.destroyBuffer(vkDevice, m_vertexBuffers[bufferNdx], DE_NULL); in ~VertexInputInstance()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1541 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute()