Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h1757 struct gl_selection struct
1759 GLuint *Buffer; /**< selection buffer */
1760 GLuint BufferSize; /**< size of the selection buffer */
1761 GLuint BufferCount; /**< number of values in the selection buffer */
1762 GLuint Hits; /**< number of records in the selection buffer */
1763 GLuint NameStackDepth; /**< name stack depth */
1764 GLuint NameStack[MAX_NAME_STACK_DEPTH]; /**< name stack */
1765 GLboolean HitFlag; /**< hit flag */
1766 GLfloat HitMinZ; /**< minimum hit depth */
1767 GLfloat HitMaxZ; /**< maximum hit depth */
[all …]