Home
last modified time | relevance | path

Searched defs:gl_sync_object (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h2369 struct gl_sync_object struct
2371 GLuint Name; /**< Fence name */
2372 GLint RefCount; /**< Reference count */
2373 GLchar *Label; /**< GL_KHR_debug */
2374 GLboolean DeletePending; /**< Object was deleted while there were still
2377 GLenum16 SyncCondition;
2378 GLbitfield Flags; /**< Flags passed to glFenceSync */
2379 GLuint StatusFlag:1; /**< Has the sync object been signaled? */
2381 struct pipe_fence_handle *fence;
2382 simple_mtx_t mutex; /**< protects "fence" */