Searched defs:gCoeffReferencesBlendConst (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp60 static const bool gCoeffReferencesBlendConst[] = { local
82 return gCoeffReferencesBlendConst[coeff];
84 SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp61 static const bool gCoeffReferencesBlendConst[] = { local
83 return gCoeffReferencesBlendConst[coeff];
85 SK_ARRAY_COUNT(gCoeffReferencesBlendConst));

Completed in 164 milliseconds