Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkPipeline.cpp319 static const bool gCoeffReferencesBlendConst[] = { in blend_coeff_refs_constant() local
341 return gCoeffReferencesBlendConst[coeff]; in blend_coeff_refs_constant()
342 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst)); in blend_coeff_refs_constant()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp112 static const bool gCoeffReferencesBlendConst[] = { in BlendCoeffReferencesConstant() local
134 return gCoeffReferencesBlendConst[coeff]; in BlendCoeffReferencesConstant()
135 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst)); in BlendCoeffReferencesConstant()