HomeSort by relevance Sort by last modified time
    Searched refs:destroyBuffer (Results 1 - 14 of 14) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 38 DestroyBufferFunc destroyBuffer;
vkInitDeviceFunctionPointers.inl 38 m_vk.destroyBuffer = (DestroyBufferFunc) GET_PROC_ADDR("vkDestroyBuffer");
vkDeviceDriverImpl.inl 175 void DeviceDriver::destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) const
177 m_vk.destroyBuffer(device, buffer, pAllocator);
    [all...]
vkRefUtilImpl.inl 40 m_deviceIface->destroyBuffer(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 38 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 38 virtual void destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 236 VKAPI_ATTR void VKAPI_CALL destroyBuffer (VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator);
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 369 void destroyBuffer (deUint32 name, GLenum type);
479 destroyBuffer(m_colorbuffer, m_config.colorbufferType);
480 destroyBuffer(m_depthbuffer, m_config.depthbufferType);
481 destroyBuffer(m_stencilbuffer, m_config.stencilbufferType);
501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 153 void destroyBuffer (deUint32 name, GLenum type);
320 destroyBuffer(m_colorBuffer, m_config.colorType);
321 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType);
365 void Framebuffer::destroyBuffer (deUint32 name, GLenum type)
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 330 device.destroyBuffer(uniform_data.buf, nullptr);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 616 milliseconds