Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.cpp70 fMaxWindowRectangles = 0; in GrCaps()
90 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides()
92 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides()
93 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
155 r.appendf("Max Window Rectangles : %d\n", fMaxWindowRectangles); in dump()
/external/skia/include/gpu/
DGrCaps.h141 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
235 int fMaxWindowRectangles; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp521 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()