Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp451 fHWBlendState.invalidate(); in onResetContext()
2886 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()
2892 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2897 fHWBlendState.fEquation = blend_equation; in flushBlend()
2900 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()
2905 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()
2907 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()
2910 if (fHWBlendState.fEquation != equation) { in flushBlend()
2912 fHWBlendState.fEquation = equation; in flushBlend()
2921 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()
[all …]
DGrGLGpu.h554 } fHWBlendState; variable