Searched refs:destroyFramebuffer (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/opengl/
H A DgluFboRenderContext.hpp60 void destroyFramebuffer (void);
H A DgluFboRenderContext.cpp165 destroyFramebuffer();
290 void FboRenderContext::destroyFramebuffer (void) function in class:glu::FboRenderContext
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceFunctionPointers.inl68 DestroyFramebufferFunc destroyFramebuffer;
H A DvkInitDeviceFunctionPointers.inl68 m_vk.destroyFramebuffer = (DestroyFramebufferFunc) GET_PROC_ADDR("vkDestroyFramebuffer");
H A DvkDeviceDriverImpl.inl325 void DeviceDriver::destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const
327 m_vk.destroyFramebuffer(device, framebuffer, pAllocator);
H A DvkConcreteDeviceInterface.inl68 virtual void destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const;
H A DvkRefUtilImpl.inl106 m_deviceIface->destroyFramebuffer(m_device, obj, m_allocator);
H A DvkVirtualDeviceInterface.inl68 virtual void destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const = 0;
H A DvkNullDriverImpl.inl284 VKAPI_ATTR void VKAPI_CALL destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
1262 VK_NULL_FUNC_ENTRY(vkDestroyFramebuffer, destroyFramebuffer),

Completed in 114 milliseconds