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

  /external/skia/tools/viewer/sk_app/
DisplayParams.h 19 , fMSAASampleCount(0) {}
23 int fMSAASampleCount;
  /external/skia/tools/viewer/sk_app/mac/
Window_mac.h 25 , fMSAASampleCount(0) {}
57 int fMSAASampleCount;
  /external/skia/include/views/
SkOSWindow_Unix.h 48 int getMSAASampleCount() const { return fMSAASampleCount; }
81 int fMSAASampleCount;
  /external/skia/tools/viewer/sk_app/unix/
Window_unix.h 29 , fMSAASampleCount(0) {}
83 int fMSAASampleCount;
  /external/skia/samplecode/
SampleApp.h 80 int fMSAASampleCount;
SampleApp.cpp 213 fMSAASampleCount = 0;
250 bool result = win->attach(fBackend, backendOptions.fMSAASampleCount,
256 fMSAASampleCount = backendOptions.fMSAASampleCount;
326 fMSAASampleCount, &props);
390 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
407 return fMSAASampleCount;
427 int fMSAASampleCount;
854 fBackendOptions.fMSAASampleCount = FLAGS_msaa;
    [all...]

Completed in 1061 milliseconds