Searched defs:blendColor (Results 1 – 7 of 7) sorted by relevance
32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
329 const gl::ColorF &blendColor = glState.getBlendColor(); in setBlendDepthRasterStates() local699 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor()
1057 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor()
96 PFNGLBLENDCOLORPROC blendColor = nullptr; variable
111 dawn::Color blendColor{triangle.blendFactor[0], triangle.blendFactor[1], in DoSingleSourceTest() local
1233 const gl::ColorF &blendColor, in syncBlendState()
4640 void Context::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in blendColor() function in gl::Context