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

  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 50 int getMSAASampleCount() const { return fMSAASampleCount; }
77 int fMSAASampleCount;
  /external/skia/include/views/
SkOSWindow_Unix.h 50 int getMSAASampleCount() const { return fMSAASampleCount; }
77 int fMSAASampleCount;
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 37 , fMSAASampleCount(0) {
58 fMSAASampleCount = 0;
63 if (fMSAASampleCount != requestedMSAASampleCount) {
105 fMSAASampleCount = requestedMSAASampleCount;
109 fMSAASampleCount = 0;
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 37 , fMSAASampleCount(0) {
58 fMSAASampleCount = 0;
63 if (fMSAASampleCount != requestedMSAASampleCount) {
105 fMSAASampleCount = requestedMSAASampleCount;
109 fMSAASampleCount = 0;

Completed in 29 milliseconds