Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dtypes.h1136 struct gl_visual { struct
1148 GLfloat InvRedScale; /* = 1 / RedScale */
1149 GLfloat InvGreenScale; /* = 1 / GreenScale */
1150 GLfloat InvBlueScale; /* = 1 / BlueScale */
1151 GLfloat InvAlphaScale; /* = 1 / AlphaScale */
1153 GLint RedBits; /* Bits per color component */
1154 GLint GreenBits;
1155 GLint BlueBits;
1156 GLint AlphaBits;
1165 GLboolean FrontAlphaEnabled;
[all …]
/reactos/dll/opengl/opengl32/
H A Dswimpl.c223 GLvisual *gl_visual; /* Describes the buffers */ member