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

  /external/skia/include/gpu/
GrFragmentProcessor.h 75 static sk_sp<GrFragmentProcessor> SwizzleOutput(sk_sp<GrFragmentProcessor>, const GrSwizzle&);
  /external/skia/src/gpu/
GrContext.cpp 319 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle);
333 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle);
480 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle);
491 fp = GrFragmentProcessor::SwizzleOutput(std::move(fp), tempDrawInfo.fSwizzle);
    [all...]
GrFragmentProcessor.cpp 210 sk_sp<GrFragmentProcessor> GrFragmentProcessor::SwizzleOutput(sk_sp<GrFragmentProcessor> fp,

Completed in 90 milliseconds