Searched defs:XP (Results 1 – 1 of 1) sorted by relevance
168 union XP { union169 XP(const GrXPFactory* factory) : fFactory(factory) {} in XP() function170 XP(const GrXferProcessor* processor) : fProcessor(processor) {} in XP() function171 explicit XP(XP&& that) : fProcessor(that.fProcessor) { in XP() function