Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h1802 struct gl_selection struct
1804 GLuint *Buffer; /**< selection buffer */
1805 GLuint BufferSize; /**< size of the selection buffer */
1806 GLuint BufferCount; /**< number of values in the selection buffer */
1807 GLuint Hits; /**< number of records in the selection buffer */
1808 GLuint NameStackDepth; /**< name stack depth */
1809 GLuint NameStack[MAX_NAME_STACK_DEPTH]; /**< name stack */
1810 GLboolean HitFlag; /**< hit flag */
1811 GLfloat HitMinZ; /**< minimum hit depth */
1812 GLfloat HitMaxZ; /**< maximum hit depth */
[all …]