Home
last modified time | relevance | path

Searched refs:fBlendEquation (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp108 GrBlendEquation fBlendEquation : 6; member
367 blendInfo->fEquation = fBlendFormula.fBlendEquation; in onGetBlendInfo()
782 SkASSERT(kAdd_GrBlendEquation == colorFormula.fBlendEquation); in getInvariantBlendedColor()
/external/skia/include/gpu/gl/
DGrGLInterface.h148 GrGLFunction<GrGLBlendEquationProc> fBlendEquation; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp360 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateNullInterface()
DSkNullGLContext.cpp409 functions->fBlendEquation = noOpGLBlendEquation; in create_null_interface()
DGrGLInterface.cpp119 nullptr == fFunctions.fBlendEquation || // -> GL >= 1.4 or extension, ES >= 2.0 in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp854 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateDebugInterface()