Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/
DGLEScontext.h136 struct BlendState { struct
137 GLboolean bEnable = GL_FALSE;
138 GLenum blendEquationRgb = GL_FUNC_ADD;
139 GLenum blendEquationAlpha = GL_FUNC_ADD;
141 GLenum blendSrcRgb = GL_ONE;
142 GLenum blendDstRgb = GL_ZERO;
143 GLenum blendSrcAlpha = GL_ONE;
144 GLenum blendDstAlpha = GL_ZERO;
145 GLboolean colorMaskR = GL_TRUE;
146 GLboolean colorMaskG = GL_TRUE;
[all …]