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.h2523 struct gl_sync_object struct
2525 struct simple_node link;
2526 GLenum Type; /**< GL_SYNC_FENCE */
2527 GLuint Name; /**< Fence name */
2528 GLint RefCount; /**< Reference count */
2529 GLboolean DeletePending; /**< Object was deleted while there were still
2532 GLenum SyncCondition;
2533 GLbitfield Flags; /**< Flags passed to glFenceSync */
2534 GLuint StatusFlag:1; /**< Has the sync object been signaled? */