HomeSort by relevance Sort by last modified time
    Searched refs:fXP (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp 17 if (!args.fXP.willReadDstColor()) {
28 if (args.fXP.getDstTexture()) {
29 bool topDown = kTopLeft_GrSurfaceOrigin == args.fXP.getDstTexture()->origin();
82 args.fXP);
GrGLSLXferProcessor.h 42 , fXP(xp)
54 const GrXferProcessor& fXP;
  /external/skia/src/gpu/effects/
GrCoverageSetOpXP.cpp 71 const CoverageSetOpXP& xp = args.fXP.cast<CoverageSetOpXP>();
GrCustomXfermode.cpp 141 const CustomXP& xp = args.fXP.cast<CustomXP>();
GrPorterDuffXferProcessor.cpp 420 const PorterDuffXferProcessor& xp = args.fXP.cast<PorterDuffXferProcessor>();
    [all...]

Completed in 2854 milliseconds