Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h1069 struct gl_tex_env_combine_state struct
1071 GLenum16 ModeRGB; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1072 GLenum16 ModeA; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1074 GLenum16 SourceRGB[MAX_COMBINER_TERMS];
1075 GLenum16 SourceA[MAX_COMBINER_TERMS];
1077 GLenum16 OperandRGB[MAX_COMBINER_TERMS];
1078 GLenum16 OperandA[MAX_COMBINER_TERMS];
1079 GLubyte ScaleShiftRGB; /**< 0, 1 or 2 */
1080 GLubyte ScaleShiftA; /**< 0, 1 or 2 */
1081 GLubyte _NumArgsRGB; /**< Number of inputs used for the RGB combiner */
[all …]