Searched refs:fMaxSampleCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTargetCaps.h50 int maxSampleCount() const { return fMaxSampleCount; }
73 int fMaxSampleCount; member in class:GrDrawTargetCaps
H A DGrDrawTarget.cpp979 fMaxSampleCount = 0;
1000 fMaxSampleCount = other.fMaxSampleCount;
1024 r.appendf("Max Sample Count : %d\n", fMaxSampleCount);
/external/skia/src/gpu/
H A DGrDrawTargetCaps.h50 int maxSampleCount() const { return fMaxSampleCount; }
73 int fMaxSampleCount; member in class:GrDrawTargetCaps
H A DGrDrawTarget.cpp979 fMaxSampleCount = 0;
1000 fMaxSampleCount = other.fMaxSampleCount;
1024 r.appendf("Max Sample Count : %d\n", fMaxSampleCount);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp331 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount);
333 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount);
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp331 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount);
333 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount);

Completed in 231 milliseconds