Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:GGLBlendState

132    case GGLBlendState::GGL_ZERO:
135 case GGLBlendState::GGL_ONE:
138 case GGLBlendState::GGL_SRC_COLOR:
141 case GGLBlendState::GGL_ONE_MINUS_SRC_COLOR:
144 case GGLBlendState::GGL_DST_COLOR:
147 case GGLBlendState::GGL_ONE_MINUS_DST_COLOR:
150 case GGLBlendState::GGL_SRC_ALPHA:
155 case GGLBlendState::GGL_ONE_MINUS_SRC_ALPHA:
160 case GGLBlendState::GGL_DST_ALPHA:
165 case GGLBlendState::GGL_ONE_MINUS_DST_ALPHA:
170 case GGLBlendState::GGL_SRC_ALPHA_SATURATE:
178 case GGLBlendState::GGL_CONSTANT_COLOR:
181 case GGLBlendState::GGL_ONE_MINUS_CONSTANT_COLOR:
184 case GGLBlendState::GGL_CONSTANT_ALPHA:
189 case GGLBlendState::GGL_ONE_MINUS_CONSTANT_ALPHA: