Home
last modified time | relevance | path

Searched refs:vkSemaphore (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp103 VkSemaphore vkSemaphore = VK_NULL_HANDLE; in TEST_P() local
104 VkResult result = helper.createSemaphoreOpaqueFd(&vkSemaphore); in TEST_P()
108 result = helper.exportSemaphoreOpaqueFd(vkSemaphore, &fd); in TEST_P()
119 vkDestroySemaphore(helper.getDevice(), vkSemaphore, nullptr); in TEST_P()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_vulkan_image.txt79 void WaitVkSemaphoreNV (GLuint64 vkSemaphore);
81 void SignalVkSemaphoreNV (GLuint64 vkSemaphore);
137 void WaitVkSemaphoreNV (GLuint64 vkSemaphore);
139 causes the GL server to block until the Vulkan VkSemaphore <vkSemaphore>
141 until the semaphore is signaled. <vkSemaphore> must be a valid Vulkan
146 void SignalVkSemaphoreNV (GLuint64 vkSemaphore);
148 causes the GL server to signal the Vulkan VkSemaphore <vkSemaphore> when
151 <vkSemaphore> must be a valid Vulkan VkSemaphore non-dispatchable handle
/third_party/openGLES/extensions/NV/
DNV_draw_vulkan_image.txt79 void WaitVkSemaphoreNV (GLuint64 vkSemaphore);
81 void SignalVkSemaphoreNV (GLuint64 vkSemaphore);
137 void WaitVkSemaphoreNV (GLuint64 vkSemaphore);
139 causes the GL server to block until the Vulkan VkSemaphore <vkSemaphore>
141 until the semaphore is signaled. <vkSemaphore> must be a valid Vulkan
146 void SignalVkSemaphoreNV (GLuint64 vkSemaphore);
148 causes the GL server to signal the Vulkan VkSemaphore <vkSemaphore> when
151 <vkSemaphore> must be a valid Vulkan VkSemaphore non-dispatchable handle
/third_party/flutter/skia/include/gpu/
DGrBackendSemaphore.h50 VkSemaphore vkSemaphore() const { in vkSemaphore() function
/third_party/skia/include/gpu/
DGrBackendSemaphore.h59 VkSemaphore vkSemaphore() const { in vkSemaphore() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp285 VkSemaphore vkSemaphore = VK_NULL_HANDLE; in RunShouldImportSemaphoreTest() local
286 VkResult result = helper.createSemaphoreOpaqueFd(&vkSemaphore); in RunShouldImportSemaphoreTest()
290 result = Traits::ExportSemaphore(&helper, vkSemaphore, &semaphoreHandle); in RunShouldImportSemaphoreTest()
301 vkDestroySemaphore(helper.getDevice(), vkSemaphore, nullptr); in RunShouldImportSemaphoreTest()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp314 VkSemaphore vkSem = semaphore.vkSemaphore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp907 VkSemaphore semaphore = beSemaphore.vkSemaphore(); in exportSemaphore()
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp304 VkSemaphore vkSem = semaphore.vkSemaphore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp895 VkSemaphore semaphore = beSemaphore.vkSemaphore(); in exportSemaphore()
/third_party/mesa3d/include/GLES2/
Dgl2ext.h2728 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2729 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2734 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2735 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h2656 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2657 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2662 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2663 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h2656 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2657 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2662 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2663 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h2656 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2657 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2662 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2663 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/openGLES/api/GLES2/
Dgl2ext.h2730 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2731 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2736 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2737 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h2730 typedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2731 typedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
2736 GL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
2737 GL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp2596 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/third_party/skia/
DRELEASE_NOTES.txt13 For example, initVulkan and vkSemaphore are not defined unless the Vulkan backend is compiled
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp2578 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/third_party/openGLES/api/GL/
Dglcorearb.h5054 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
5055 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
5060 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
5061 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglcorearb.h4982 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
4983 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
4988 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
4989 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglcorearb.h4982 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
4983 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
4988 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
4989 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
Dglext.h9693 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
9694 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
9699 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
9700 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
/third_party/mesa3d/include/GL/
Dglcorearb.h5036 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
5037 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
5042 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
5043 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
Dglext.h9785 typedef void (APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
9786 typedef void (APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
9791 GLAPI void APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
9792 GLAPI void APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);

12