Searched defs:greens (Results 1 – 5 of 5) sorted by relevance
65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in SubtractGreenFromBlueAndRed_NEON() local106 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColor_NEON() local
121 uint8x8x4_t greens; // leave A/R/B channels zero'd. in DispatchAlphaToGreen_NEON() local172 const uint8x16_t greens = rgbX.val[1]; in ExtractGreen_NEON() local
538 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in AddGreenToBlueAndRed_NEON() local581 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColorInverse_NEON() local
1144 std::vector<GLColorRGB> greens(numElements, GLColorRGB::green); in TEST_P() local
3958 uint16_t greens; member