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.h3352 struct gl_sync_object struct
3354 GLuint Name; /**< Fence name */
3355 GLint RefCount; /**< Reference count */
3356 GLchar *Label; /**< GL_KHR_debug */
3357 GLboolean DeletePending; /**< Object was deleted while there were still
3360 GLenum16 SyncCondition;
3361 GLbitfield Flags; /**< Flags passed to glFenceSync */
3362 GLuint StatusFlag:1; /**< Has the sync object been signaled? */