Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2359 struct gl_sync_object struct
2361 GLuint Name; /**< Fence name */
2362 GLint RefCount; /**< Reference count */
2363 GLchar *Label; /**< GL_KHR_debug */
2364 GLboolean DeletePending; /**< Object was deleted while there were still
2367 GLenum16 SyncCondition;
2368 GLbitfield Flags; /**< Flags passed to glFenceSync */
2369 GLuint StatusFlag:1; /**< Has the sync object been signaled? */
2371 struct pipe_fence_handle *fence;
2372 simple_mtx_t mutex; /**< protects "fence" */