Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp565 fHWBlendState.invalidate(); in onResetContext()
2542 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlendAndColorWrite()
2548 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlendAndColorWrite()
2553 fHWBlendState.fEquation = blend_equation; in flushBlendAndColorWrite()
2556 fHWBlendState.fEnabled = kNo_TriState; in flushBlendAndColorWrite()
2559 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlendAndColorWrite()
2562 fHWBlendState.fEnabled = kYes_TriState; in flushBlendAndColorWrite()
2565 if (fHWBlendState.fEquation != equation) { in flushBlendAndColorWrite()
2567 fHWBlendState.fEquation = equation; in flushBlendAndColorWrite()
2576 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlendAndColorWrite()
[all …]
DGrGLGpu.h693 } fHWBlendState; variable
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp565 fHWBlendState.invalidate(); in onResetContext()
2871 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()
2877 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2882 fHWBlendState.fEquation = blend_equation; in flushBlend()
2885 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()
2890 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()
2893 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()
2896 if (fHWBlendState.fEquation != equation) { in flushBlend()
2898 fHWBlendState.fEquation = equation; in flushBlend()
2907 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()
[all …]
DGrGLGpu.h577 } fHWBlendState; variable