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

  /external/skia/src/gpu/gl/
GrGLCaps.h 143 int maxSampleCount() const { return fMaxSampleCount; }
282 int fMaxSampleCount;
GrGLCaps.cpp 22 fMaxSampleCount = 0;
53 fMaxSampleCount = caps.fMaxSampleCount;
263 &fMaxSampleCount);

Completed in 508 milliseconds