Searched refs:ByteCodeSwizzleLValue (Results 1 – 2 of 2) sorted by relevance
298 friend class ByteCodeSwizzleLValue; variable
1224 class ByteCodeSwizzleLValue : public ByteCodeGenerator::LValue { class1226 ByteCodeSwizzleLValue(ByteCodeGenerator* generator, const Swizzle& swizzle) in ByteCodeSwizzleLValue() function in SkSL::ByteCodeSwizzleLValue1327 : std::unique_ptr<LValue>(new ByteCodeSwizzleLValue(this, s)); in getLValue()