Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp357 fHWBlendState.invalidate(); in onResetContext()
2129 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()
2131 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()
2136 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()
2138 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()
2141 if (fHWBlendState.fEquation != equation) { in flushBlend()
2143 fHWBlendState.fEquation = equation; in flushBlend()
2152 if (fHWBlendState.fSrcCoeff != srcCoeff || in flushBlend()
2153 fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()
2156 fHWBlendState.fSrcCoeff = srcCoeff; in flushBlend()
[all …]
DGrGLGpu.h455 } fHWBlendState; variable