Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h222 int maxRasterSamples() const { return fMaxRasterSamples; } in maxRasterSamples()
304 int fMaxRasterSamples; variable
/external/skia/src/gpu/
DGrCaps.cpp111 fMaxRasterSamples = 0; in GrCaps()
185 r.appendf("Max Raster Samples : %d\n", fMaxRasterSamples); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp447 GR_GL_GetIntegerv(gli, GR_GL_MAX_RASTER_SAMPLES, &fMaxRasterSamples); in init()
450 fMaxStencilSampleCount = SkTMin(fMaxStencilSampleCount, fMaxRasterSamples); in init()