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

  /external/deqp/framework/opengl/
gluFboRenderContext.hpp 60 void destroyFramebuffer (void);
gluFboRenderContext.cpp 165 destroyFramebuffer();
290 void FboRenderContext::destroyFramebuffer (void)
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 68 DestroyFramebufferFunc destroyFramebuffer;
vkInitDeviceFunctionPointers.inl 68 m_vk.destroyFramebuffer = (DestroyFramebufferFunc) GET_PROC_ADDR("vkDestroyFramebuffer");
vkDeviceDriverImpl.inl 325 void DeviceDriver::destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const
327 m_vk.destroyFramebuffer(device, framebuffer, pAllocator);
    [all...]
vkRefUtilImpl.inl 106 m_deviceIface->destroyFramebuffer(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 68 virtual void destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 68 virtual void destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 296 VKAPI_ATTR void VKAPI_CALL destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator);
  /external/vulkan-validation-layers/demos/
cube.cpp 308 device.destroyFramebuffer(framebuffers[i], nullptr);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 410 vkd.destroyFramebuffer(device, framebuffers[ndx], DE_NULL);
    [all...]
vktWsiIncrementalPresentTests.cpp 523 vkd.destroyFramebuffer(device, framebuffers[ndx], DE_NULL);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 2240 milliseconds