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.h1032 struct gl_tex_env_combine_state struct
1034 GLenum16 ModeRGB; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1035 GLenum16 ModeA; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1037 GLenum16 SourceRGB[MAX_COMBINER_TERMS];
1038 GLenum16 SourceA[MAX_COMBINER_TERMS];
1040 GLenum16 OperandRGB[MAX_COMBINER_TERMS];
1041 GLenum16 OperandA[MAX_COMBINER_TERMS];
1042 GLubyte ScaleShiftRGB; /**< 0, 1 or 2 */
1043 GLubyte ScaleShiftA; /**< 0, 1 or 2 */
1044 GLubyte _NumArgsRGB; /**< Number of inputs used for the RGB combiner */
[all …]