Searched defs:GrXPFactory (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrXferProcessor.h106 * GrXPFactory once we have finalized the state of our draw.
308 * We install a GrXPFactory (XPF) early on in the pipeline before all the final draw information is
318 class GrXPFactory : public SkRefCnt { class in inherits:SkRefCnt
349 bool isEqual(const GrXPFactory& that) const {
357 * Helper for down-casting to a GrXPFactory subclass
364 GrXPFactory() : fClassID(kIllegalXPFClassID) {} function in class:GrXPFactory
386 virtual bool onIsEqual(const GrXPFactory&) const = 0;
394 SkFAIL("This should never wrap as it should only be called once for each GrXPFactory "

Completed in 89 milliseconds