Searched refs:fMaxSampleCount (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrDrawTargetCaps.h | 50 int maxSampleCount() const { return fMaxSampleCount; } in maxSampleCount() 73 int fMaxSampleCount; variable
|
D | GrDrawTarget.cpp | 979 fMaxSampleCount = 0; in reset() 1000 fMaxSampleCount = other.fMaxSampleCount; in operator =() 1024 r.appendf("Max Sample Count : %d\n", fMaxSampleCount); in dump()
|
/external/skia/src/gpu/ |
D | GrDrawTargetCaps.h | 50 int maxSampleCount() const { return fMaxSampleCount; } in maxSampleCount() 73 int fMaxSampleCount; variable
|
D | GrDrawTarget.cpp | 979 fMaxSampleCount = 0; in reset() 1000 fMaxSampleCount = other.fMaxSampleCount; in operator =() 1024 r.appendf("Max Sample Count : %d\n", fMaxSampleCount); in dump()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 331 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount); in init() 333 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount); in init()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 331 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES_IMG, &fMaxSampleCount); in init() 333 GR_GL_GetIntegerv(gli, GR_GL_MAX_SAMPLES, &fMaxSampleCount); in init()
|