Searched refs:ARB_SYNC (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c38 return gl_info->supported[ARB_SYNC] || gl_info->supported[NV_FENCE] || gl_info->supported[APPLE_FENCE];
64 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
74 if (gl_info->supported[ARB_SYNC])
143 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
155 if (gl_info->supported[ARB_SYNC])
206 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
226 if (gl_info->supported[ARB_SYNC])
H A Dwined3d_gl.h86 ARB_SYNC, enumerator in enum:wined3d_gl_extension
H A Dcontext.c573 if (gl_info->supported[ARB_SYNC])
1123 if (gl_info->supported[ARB_SYNC])
1155 if (gl_info->supported[ARB_SYNC])
H A Ddirectx.c138 {"GL_ARB_sync", ARB_SYNC },
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dquery.c40 return gl_info->supported[ARB_SYNC] || gl_info->supported[NV_FENCE] || gl_info->supported[APPLE_FENCE];
65 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
77 if (gl_info->supported[ARB_SYNC])
146 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
162 if (gl_info->supported[ARB_SYNC])
210 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
234 if (gl_info->supported[ARB_SYNC])
H A Dcontext.c564 if (gl_info->supported[ARB_SYNC])
974 if (gl_info->supported[ARB_SYNC])
1016 if (gl_info->supported[ARB_SYNC])
H A Dwined3d_gl.h1803 ARB_SYNC, enumerator in enum:wined3d_gl_extension
4057 glFenceSync, ARB_SYNC, NULL) \
4059 glIsSync, ARB_SYNC, NULL) \
4061 glDeleteSync, ARB_SYNC, NULL) \
4063 glClientWaitSync, ARB_SYNC, NULL) \
4065 glWaitSync, ARB_SYNC, NULL) \
4067 glGetInteger64v, ARB_SYNC, NULL) \
4069 glGetSynciv, ARB_SYNC, NULL) \
H A Ddirectx.c90 {"GL_ARB_sync", ARB_SYNC, 0 },
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1808 ARB_SYNC, enumerator in enum:wined3d_gl_extension
4066 glFenceSync, ARB_SYNC, NULL) \
4068 glIsSync, ARB_SYNC, NULL) \
4070 glDeleteSync, ARB_SYNC, NULL) \
4072 glClientWaitSync, ARB_SYNC, NULL) \
4074 glWaitSync, ARB_SYNC, NULL) \
4076 glGetInteger64v, ARB_SYNC, NULL) \
4078 glGetSynciv, ARB_SYNC, NULL) \
H A Ddirectx.c99 {"GL_ARB_sync", ARB_SYNC, 0 },

Completed in 161 milliseconds