Lines Matching refs:getDeviceInterface
44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
64 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
69 context.getDeviceInterface().destroyDevice(device, pAllocator); in release()
74 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
79 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
94 context.getDeviceInterface().destroyImageView(context.getDevice(), imageView, pAllocator); in release()
104 context.getDeviceInterface().destroyPipeline(context.getDevice(), pipeline, pAllocator); in release()
109 context.getDeviceInterface().destroyPipelineCache(context.getDevice(), pipelineCache, pAllocator); in release()
114 …context.getDeviceInterface().destroyPipelineLayout(context.getDevice(), pipelineLayout, pAllocator… in release()
119 context.getDeviceInterface().destroyQueryPool(context.getDevice(), queryPool, pAllocator); in release()
124 context.getDeviceInterface().destroyRenderPass(context.getDevice(), renderPass, pAllocator); in release()
129 context.getDeviceInterface().destroySampler(context.getDevice(), sampler, pAllocator); in release()
134 context.getDeviceInterface().destroySemaphore(context.getDevice(), semaphore, pAllocator); in release()
139 context.getDeviceInterface().destroyShaderModule(context.getDevice(), shaderModule, pAllocator); in release()
147 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
155 …context.getDeviceInterface().freeDescriptorSets(device, descriptorPool, numDescriptorSets, pDescri… in release()
160 context.getDeviceInterface().freeMemory(context.getDevice(), memory, pAllocator); in release()
189 const DeviceInterface& vk = context.getDeviceInterface(); in test()
226 const DeviceInterface& vk = context.getDeviceInterface(); in test()