Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h2376 struct gl_sync_object struct
2378 GLuint Name; /**< Fence name */
2379 GLint RefCount; /**< Reference count */
2380 GLchar *Label; /**< GL_KHR_debug */
2381 GLboolean DeletePending; /**< Object was deleted while there were still
2384 GLenum16 SyncCondition;
2385 GLbitfield Flags; /**< Flags passed to glFenceSync */
2386 GLuint StatusFlag:1; /**< Has the sync object been signaled? */
2388 struct pipe_fence_handle *fence;
2389 simple_mtx_t mutex; /**< protects "fence" */