Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp88 static const GrGLenum gXfermodeCoeff2Blend[] = { variable
158 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gXfermodeCoeff2Blend)); in BlendCoeffReferencesConstant()
2926 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
2927 gXfermodeCoeff2Blend[dstCoeff])); in flushBlend()