Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawState.h326 GrColor getBlendConstant() const { return fBlendConstant; } in getBlendConstant() function
/external/skia/src/gpu/gl/
DGrGpuGL.cpp1911 GrColor blendConst = fCurrDrawState.getBlendConstant(); in flushBlend()
1914 fHWDrawState.getBlendConstant() != blendConst) { in flushBlend()