HomeSort by relevance Sort by last modified time
    Searched full:createsemaphore (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/skia/src/gpu/vk/
GrVkSemaphore.cpp 16 #undef CreateSemaphore
29 CreateSemaphore(gpu->device(), &createInfo, nullptr, &semaphore));
  /external/skqp/src/gpu/vk/
GrVkSemaphore.cpp 16 #undef CreateSemaphore
29 CreateSemaphore(gpu->device(), &createInfo, nullptr, &semaphore));
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.cpp 69 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
82 return createSemaphore(vk, device, &createInfo, pAllocator);
vkDeviceFunctionPointers.inl 27 CreateSemaphoreFunc createSemaphore;
vkRefUtil.hpp 47 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
vkRefUtil.inl 8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.c 69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL);
  /external/lzma/C/
Threads.c 69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL);
  /external/v8/src/base/
win32-headers.h 76 #undef CreateSemaphore
  /external/ImageMagick/Magick++/lib/
Thread.cpp 51 _mutex=::CreateSemaphore(&security,1,1,(LPCSTR) NULL);
  /external/deqp/framework/delibs/dethread/win32/
deSemaphoreWin32.c 42 handle = CreateSemaphore(DE_NULL, initialValue, WIN32_SEM_MAX_VALUE, DE_NULL);
  /external/skia/src/core/
SkSemaphore.cpp 48 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/,
  /external/skqp/src/core/
SkSemaphore.cpp 48 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/,
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 148 // WinBase.h defines CreateSemaphore and synchapi.h defines CreateEvent
150 #ifdef CreateSemaphore
151 #undef CreateSemaphore
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 202 // WinBase.h defines CreateSemaphore and synchapi.h defines CreateEvent
204 #ifdef CreateSemaphore
205 #undef CreateSemaphore
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 81 CreateSemaphore,
  /frameworks/native/vulkan/libvulkan/
api_gen.h 90 PFN_vkCreateSemaphore CreateSemaphore;
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 31 #undef CreateSemaphore
146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem));
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 31 #undef CreateSemaphore
146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem));
  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 22 #undef CreateSemaphore
344 CreateSemaphore(fBackendContext->fDevice, &semaphoreInfo,
347 CreateSemaphore(fBackendContext->fDevice, &semaphoreInfo,
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 22 #undef CreateSemaphore
344 CreateSemaphore(fBackendContext->fDevice, &semaphoreInfo,
347 CreateSemaphore(fBackendContext->fDevice, &semaphoreInfo,
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 52 const Unique<VkSemaphore> semaphore (createSemaphore (vk, device));
198 semaphore = (createSemaphore (vk, *logicalDevice));
  /external/webp/src/utils/
thread_utils.c 148 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
149 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL);
  /external/libvpx/libvpx/vp8/common/
threading.h 94 (int)((*sem = CreateSemaphore(NULL, 0, 32768, NULL)) == NULL)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 63 PFN_vkCreateSemaphore CreateSemaphore;

Completed in 994 milliseconds

1 2 3 4