Searched refs:fMaxSampleCount (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrDrawTargetCaps.h | 50 int maxSampleCount() const { return fMaxSampleCount; } 73 int fMaxSampleCount; member in class:GrDrawTargetCaps
|
H A D | GrDrawTarget.cpp | 979 fMaxSampleCount = 0; 1000 fMaxSampleCount = other.fMaxSampleCount; 1024 r.appendf("Max Sample Count : %d\n", fMaxSampleCount);
|
/external/skia/src/gpu/ |
H A D | GrDrawTargetCaps.h | 50 int maxSampleCount() const { return fMaxSampleCount; } 73 int fMaxSampleCount; member in class:GrDrawTargetCaps
|
H A D | GrDrawTarget.cpp | 979 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 D | GrGLCaps.cpp | 331 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 D | GrGLCaps.cpp | 331 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount); 333 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount);
|
Completed in 231 milliseconds