Home
last modified time | relevance | path

Searched refs:blendEquationRGB (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
Dangletypes.h114 GLenum blendEquationRGB; member
DContext.cpp83 mState.blend.blendEquationRGB = GL_FUNC_ADD; in Context()
565 mState.blend.blendEquationRGB = rgbEquation; in setBlendEquation()
1776 …case GL_BLEND_EQUATION_RGB: *params = mState.blend.blendEquationRGB; … in getIntegerv()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
DRenderStateCache.cpp158 rtBlend.BlendOp = gl_d3d11::ConvertBlendOp(blendState.blendEquationRGB); in getBlendState()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
DRenderer9.cpp906 … mDevice->SetRenderState(D3DRS_BLENDOP, gl_d3d9::ConvertBlendOp(blendState.blendEquationRGB)); in setBlendState()
910 blendState.blendEquationRGB != blendState.blendEquationAlpha) in setBlendState()