Searched defs:FreeMemory (Results 1 - 23 of 23) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dntagp.h189 PAGP_BUS_FREE_MEMORY FreeMemory; member in struct:_AGP_BUS_INTERFACE_STANDARD
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dntagp.h189 PAGP_BUS_FREE_MEMORY FreeMemory; member in struct:_AGP_BUS_INTERFACE_STANDARD
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h46 PFN_vkFreeMemory FreeMemory; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h46 PFN_vkFreeMemory FreeMemory; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h179 VKAPI_ATTR void VKAPI_CALL FreeMemory( function in namespace:threading
191 pTable->FreeMemory(device,memory,pAllocator);
2562 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp111 VKAPI_ATTR void VKAPI_CALL FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
121 get_dispatch_table(unique_objects_device_table_map, device)->FreeMemory(device, memory, pAllocator);
2205 if (!strcmp(name, "FreeMemory"))
2206 return (PFN_vkVoidFunction) FreeMemory;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h179 VKAPI_ATTR void VKAPI_CALL FreeMemory( function in namespace:threading
191 pTable->FreeMemory(device,memory,pAllocator);
2562 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp111 VKAPI_ATTR void VKAPI_CALL FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:unique_objects
121 get_dispatch_table(unique_objects_device_table_map, device)->FreeMemory(device, memory, pAllocator);
2205 if (!strcmp(name, "FreeMemory"))
2206 return (PFN_vkVoidFunction) FreeMemory;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwmiutils.h350 virtual HRESULT WINAPI FreeMemory(LPVOID pMem) = 0;
364 HRESULT (WINAPI *FreeMemory)(IWbemQuery *This,LPVOID pMem); member in struct:IWbemQueryVtbl
380 #define IWbemQuery_FreeMemory(This,pMem) (This)->lpVtbl->FreeMemory(This,pMem)
H A Dlpmapi.h634 PFREEMEM FreeMemory; member in struct:lpminitinfo
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwmiutils.h350 virtual HRESULT WINAPI FreeMemory(LPVOID pMem) = 0;
364 HRESULT (WINAPI *FreeMemory)(IWbemQuery *This,LPVOID pMem); member in struct:IWbemQueryVtbl
380 #define IWbemQuery_FreeMemory(This,pMem) (This)->lpVtbl->FreeMemory(This,pMem)
H A Dlpmapi.h634 PFREEMEM FreeMemory; member in struct:lpminitinfo
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp1772 FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
1780 get_dispatch_table(pc_device_table_map, device)->FreeMemory(device, memory, pAllocator);
4375 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp1772 FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
1780 get_dispatch_table(pc_device_table_map, device)->FreeMemory(device, memory, pAllocator);
4375 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
H A Dcore_validation.cpp4594 FreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4609 my_data->device_dispatch_table->FreeMemory(device, mem, pAllocator);
10122 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp1772 FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
1780 get_dispatch_table(pc_device_table_map, device)->FreeMemory(device, memory, pAllocator);
4375 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dparameter_validation.cpp1772 FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
1780 get_dispatch_table(pc_device_table_map, device)->FreeMemory(device, memory, pAllocator);
4375 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
H A Dcore_validation.cpp4594 FreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4609 my_data->device_dispatch_table->FreeMemory(device, mem, pAllocator);
10122 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp2651 VKAPI_ATTR void VKAPI_CALL FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
5317 if (!strcmp(name, "FreeMemory"))
5318 return (PFN_vkVoidFunction) FreeMemory;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp2651 VKAPI_ATTR void VKAPI_CALL FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:object_tracker
5317 if (!strcmp(name, "FreeMemory"))
5318 return (PFN_vkVoidFunction) FreeMemory;
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
H A Daws-java-sdk-cloudwatchmetrics-1.11.18.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/amazonaws/ com/amazonaws/metrics/ com/amazonaws/metrics/internal/ ...
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4594 FreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4609 my_data->device_dispatch_table->FreeMemory(device, mem, pAllocator);
10122 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4594 FreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4609 my_data->device_dispatch_table->FreeMemory(device, mem, pAllocator);
10122 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory)},

Completed in 1039 milliseconds