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

1 2

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.c 193 AllocateMemory (
456 TempStr = AllocateMemory ((TempStrSize * sizeof (CHAR16)) + 1);
517 WinNtDevice = AllocateMemory (sizeof (WIN_NT_IO_DEVICE));
532 WinNtDevice->WinNtIo.EnvString = AllocateMemory (StringSize);
  /external/stressapptest/src/
sat.h 118 bool AllocateMemory();
sat.cc 220 bool Sat::AllocateMemory() {
625 if (!AllocateMemory())
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 60 PFN_vkAllocateMemory AllocateMemory;
api_gen.cpp 160 INIT_PROC(true, dev, AllocateMemory);
303 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 107 AllocateMemory (
TianoCompress.c 221 AllocateMemory (
755 Status = AllocateMemory ();
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 45 PFN_vkAllocateMemory AllocateMemory;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 45 PFN_vkAllocateMemory AllocateMemory;
  /external/skia/src/gpu/vk/
GrVkMemory.cpp 480 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateMemory(gpu->device(),
526 VkResult err = GR_VK_CALL(fGpu->vkInterface(), AllocateMemory(fGpu->device(),
GrVkInterface.cpp 74 ACQUIRE_PROC(AllocateMemory, VK_NULL_HANDLE, device);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 70 AllocateMemory (
392 AllocateMemory ()
873 Status = AllocateMemory();
TianoCompress.c 67 AllocateMemory (
398 AllocateMemory (
932 Status = AllocateMemory ();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 80 AllocateMemory (
402 AllocateMemory ()
876 Status = AllocateMemory();
TianoCompress.c 86 AllocateMemory (
418 AllocateMemory (
952 Status = AllocateMemory ();
  /external/vboot_reference/utility/
eficompress.c 90 AllocateMemory (
412 AllocateMemory ()
886 Status = AllocateMemory();
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 60 {"vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
null_driver_gen.h 52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 38 table->AllocateMemory = (PFN_vkAllocateMemory) gpa(device, "vkAllocateMemory");
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 192 AllocateMemory (
1275 Status = AllocateMemory ();
  /external/vulkan-validation-layers/layers/
unique_objects.cpp 334 VKAPI_ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo,
381 VkResult result = device_data->device_dispatch_table->AllocateMemory(device, input_allocate_info, pAllocator, pMemory);
    [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 57 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory");
312 if (!strcmp(name, "AllocateMemory"))
313 return (void *)table->AllocateMemory;
    [all...]
  /external/webp/src/dec/
frame_dec.c 691 static int AllocateMemory(VP8Decoder* const dec) {
806 if (!AllocateMemory(dec)) return 0;
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 527 vk::AllocateMemory(dev_, &mem_info, nullptr, &mem_);
Smoke.cpp 506 vk::AllocateMemory(dev_, &mem_info, nullptr, &frame_data_mem_);

Completed in 2624 milliseconds

1 2