HomeSort by relevance Sort by last modified time
    Searched refs:blendOpts (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 269 BlendOptFlags blendOpts = this->getBlendOpts(false, &srcCoeff, &dstCoeff);
270 if (kSkipDraw_BlendOptFlag & blendOpts) {
279 this->buildProgram(kDrawPoints_DrawType == type, blendOpts, dstCoeff, &desc);
297 if (blendOpts & kEmitTransBlack_BlendOptFlag) {
300 } else if (blendOpts & kEmitCoverage_BlendOptFlag) {
470 BlendOptFlags blendOpts,
476 GrAssert(!(kSkipDraw_BlendOptFlag & blendOpts));
478 bool skipCoverage = SkToBool(blendOpts & kEmitTransBlack_BlendOptFlag);
480 bool skipColor = SkToBool(blendOpts & (kEmitTransBlack_BlendOptFlag |
513 bool colorIsTransBlack = SkToBool(blendOpts & kEmitTransBlack_BlendOptFlag)
    [all...]
GrGpuGL.h 207 BlendOptFlags blendOpts,

Completed in 123 milliseconds