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

  /external/skia/include/private/
GrInstancedPipelineInfo.h 20 , fIsMixedSampled(GrFSAAType::kMixedSamples == rtp->fsaaType())
23 bool canUseCoverageAA() const { return !fIsMultisampled || fIsMixedSampled; }
26 bool fIsMixedSampled : 1;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 31 bool fIsMixedSampled;

Completed in 3728 milliseconds