Searched defs:blendOpts (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.cpp758 BlendOptFlags blendOpts = this->getBlendOpts(false, &srcCoeff, &dstCoeff); local
759 if (kSkipDraw_BlendOptFlag & blendOpts) {
763 this->buildProgram(type, blendOpts, dstCoeff);
779 if (blendOpts & kEmitTransBlack_BlendOptFlag) {
782 } else if (blendOpts & kEmitCoverage_BlendOptFlag) {
953 BlendOptFlags blendOpts,
959 GrAssert(!(kSkipDraw_BlendOptFlag & blendOpts));
961 bool skipCoverage = SkToBool(blendOpts & kEmitTransBlack_BlendOptFlag);
963 bool skipColor = SkToBool(blendOpts & (kEmitTransBlack_BlendOptFlag |
1000 bool colorIsTransBlack = SkToBool(blendOpts
952 buildProgram(GrPrimitiveType type, BlendOptFlags blendOpts, GrBlendCoeff dstCoeff) argument
[all...]

Completed in 309 milliseconds