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.h2403 struct gl_sync_object struct
2405 GLuint Name; /**< Fence name */
2406 GLint RefCount; /**< Reference count */
2407 GLchar *Label; /**< GL_KHR_debug */
2408 GLboolean DeletePending; /**< Object was deleted while there were still
2411 GLenum16 SyncCondition;
2412 GLbitfield Flags; /**< Flags passed to glFenceSync */
2413 GLuint StatusFlag:1; /**< Has the sync object been signaled? */
2415 struct pipe_fence_handle *fence;
2416 simple_mtx_t mutex; /**< protects "fence" */