Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkPipeline.cpp317 static const bool gCoeffReferencesBlendConst[] = { in blend_coeff_refs_constant() local
339 return gCoeffReferencesBlendConst[coeff]; in blend_coeff_refs_constant()
340 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst)); in blend_coeff_refs_constant()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp133 static const bool gCoeffReferencesBlendConst[] = { in BlendCoeffReferencesConstant() local
155 return gCoeffReferencesBlendConst[coeff]; in BlendCoeffReferencesConstant()
156 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst)); in BlendCoeffReferencesConstant()