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

  /external/skia/include/views/
SkOSWindow_Unix.h 51 int getMSAASampleCount() const { return fMSAASampleCount; }
84 int fMSAASampleCount;
  /external/skia/samplecode/
SampleApp.h 210 int fMSAASampleCount;
SampleApp.cpp 177 fMSAASampleCount = 0;
224 fMSAASampleCount = msaaSampleCount;
328 win->attach(fBackend, fMSAASampleCount, &attachmentInfo);
357 int fMSAASampleCount;
828 fMSAASampleCount = FLAGS_msaa;
978 fDevManager->setUpBackend(this, fMSAASampleCount);
    [all...]

Completed in 1020 milliseconds