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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 72 int maxSampleCount() const { return fMaxSampleCount; }
111 int fMaxSampleCount;
GrDrawTarget.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 373 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount);
375 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount);
    [all...]

Completed in 93 milliseconds