Home
last modified time | relevance | path

Searched refs:fHWBlendState (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp473 fHWBlendState.invalidate(); in onResetContext()
2824 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()
2830 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2835 fHWBlendState.fEquation = blend_equation; in flushBlend()
2838 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()
2843 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()
2846 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()
2849 if (fHWBlendState.fEquation != equation) { in flushBlend()
2851 fHWBlendState.fEquation = equation; in flushBlend()
2860 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()
[all …]
DGrGLGpu.h563 } fHWBlendState; variable