Lines Matching refs:src
23 #include "src/core/SkOpts.h"
24 #include "src/gpu/GrCaps.h"
25 #include "src/gpu/GrDirectContextPriv.h"
26 #include "src/gpu/GrShaderCaps.h"
51 bool check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error,
54 uint32_t expectedColor = src & 0xff000000;
57 if ((src & 0xff000000) != (dst & 0xff000000)) {
63 float alpha = SkGetPackedA32(src);
69 float srcComponent = ((src & (0xff << (c * 8))) >> (c * 8)) * invScale;
155 "from src 0x%08x and mode %s. Got %08x", x, y, expected, s,