Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp107 static const GrGLenum gXfermodeCoeff2Blend[] = { variable
183 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gXfermodeCoeff2Blend)); in BlendCoeffReferencesConstant()
2920 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
2921 gXfermodeCoeff2Blend[dstCoeff])); in flushBlend()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp106 static const GrGLenum gXfermodeCoeff2Blend[] = { variable
182 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gXfermodeCoeff2Blend)); in BlendCoeffReferencesConstant()
2908 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
2909 gXfermodeCoeff2Blend[dstCoeff])); in flushBlend()