Home
last modified time | relevance | path

Searched refs:fMaxRasterSamples (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrCaps.h151 int maxRasterSamples() const { return fMaxRasterSamples; } in maxRasterSamples()
255 int fMaxRasterSamples; variable
/external/skia/src/gpu/
DGrCaps.cpp72 fMaxRasterSamples = 0; in GrCaps()
161 r.appendf("Max Raster Samples : %d\n", fMaxRasterSamples); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp489 GR_GL_GetIntegerv(gli, GR_GL_MAX_RASTER_SAMPLES, &fMaxRasterSamples); in init()
492 fMaxStencilSampleCount = SkTMin(fMaxStencilSampleCount, fMaxRasterSamples); in init()