Searched defs:blendColor (Results 1 – 5 of 5) sorted by relevance
329 const gl::ColorF &blendColor = glState.getBlendColor(); in setBlendDepthRasterStates() local700 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor()
1128 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor()
96 PFNGLBLENDCOLORPROC blendColor = nullptr; variable
1232 const gl::ColorF &blendColor, in syncBlendState()
4641 void Context::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in blendColor() function in gl::Context