Home
last modified time | relevance | path

Searched refs:ARB_SYNC (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dquery.c88 …return gl_info->supported[ARB_SYNC] || gl_info->supported[NV_FENCE] || gl_info->supported[APPLE_FE… in wined3d_fence_supported()
109 if (!fence->context->gl_info->supported[ARB_SYNC]) in wined3d_fence_test()
118 if (gl_info->supported[ARB_SYNC]) in wined3d_fence_test()
190 if (!gl_info->supported[ARB_SYNC]) in wined3d_fence_wait()
199 if (gl_info->supported[ARB_SYNC]) in wined3d_fence_wait()
250 && !fence->context->gl_info->supported[ARB_SYNC]) in wined3d_fence_issue()
258 if (gl_info->supported[ARB_SYNC]) in wined3d_fence_issue()
H A Dwined3d_gl.h105 ARB_SYNC, enumerator
H A Dcontext.c873 if (gl_info->supported[ARB_SYNC]) in context_alloc_fence()
1387 if (gl_info->supported[ARB_SYNC]) in context_destroy_gl_resources()
1447 if (gl_info->supported[ARB_SYNC]) in context_destroy_gl_resources()
H A Ddirectx.c172 {"GL_ARB_sync", ARB_SYNC },
3920 {ARB_SYNC, MAKEDWORD_VERSION(3, 2)}, in wined3d_adapter_init_gl_caps()