Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp85 static const GrGLenum gXfermodeCoeff2Blend[] = { variable
155 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gXfermodeCoeff2Blend)); in BlendCoeffReferencesConstant()
2154 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
2155 gXfermodeCoeff2Blend[dstCoeff])); in flushBlend()