HomeSort by relevance Sort by last modified time
    Searched refs:destroyImage (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 26 eglDestroyImageFunc destroyImage;
eglwInitCore.inl 21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
eglwFuncPtrLibraryDecl.inl 26 EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const;
eglwFuncPtrLibraryImpl.inl 107 EGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const
109 return m_egl.destroyImage(dpy, image);
eglwLibrary.inl 26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const = 0;
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 42 DestroyImageFunc destroyImage;
vkInitDeviceFunctionPointers.inl 42 m_vk.destroyImage = (DestroyImageFunc) GET_PROC_ADDR("vkDestroyImage");
vkDeviceDriverImpl.inl 195 void DeviceDriver::destroyImage (VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) const
197 m_vk.destroyImage(device, image, pAllocator);
    [all...]
vkRefUtilImpl.inl 52 m_deviceIface->destroyImage(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 42 virtual void destroyImage (VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 42 virtual void destroyImage (VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 248 VKAPI_ATTR void VKAPI_CALL destroyImage (VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 936 void (*destroyImage)(__DRIimage *image);
  /external/vulkan-validation-layers/demos/
cube.cpp 320 device.destroyImage(textures[i].image, nullptr);
327 device.destroyImage(depth.image, nullptr);
399 device.destroyImage(tex_objs->image, nullptr);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 195 JFaceResources.getResources().destroyImage(this.fullSelectionImageDescriptor);
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 322 dri->image->destroyImage(bo->image);
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 216 eglw::EGLBoolean returnValue = m_egl.destroyImage(dpy, image);
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 527 milliseconds

1 2