HomeSort by relevance Sort by last modified time
    Searched defs:fSwizzle (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrFragmentProcessor.cpp 216 , fSwizzle(swizzle) {
221 const GrSwizzle& swizzle() const { return fSwizzle; }
240 b->add32(fSwizzle.asKey());
245 return fSwizzle == sfp.fSwizzle;
249 return fSwizzle.applyTo(input);
252 GrSwizzle fSwizzle;
GrGpu.h 174 GrSwizzle fSwizzle;
223 GrSwizzle fSwizzle;
  /external/skia/src/gpu/gl/
GrGLCaps.h 145 return fConfigTable[config].fSwizzle;
505 GrSwizzle fSwizzle;
GrGLGpu.h 577 fSwizzle(GrSwizzle::RGBA()) {}
583 GrSwizzle fSwizzle;

Completed in 190 milliseconds