Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.cpp69 fMaxWindowRectangles = 0; in GrCaps()
152 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides()
154 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides()
155 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
262 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles); in dumpJSON()
DGrCaps.h203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
600 int fMaxWindowRectangles; variable
/third_party/skia/src/gpu/mock/
DGrMockCaps.h25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h126 int fMaxWindowRectangles = 0; member
/third_party/skia/tests/
DGrClipStackTest.cpp1720 options.fMaxWindowRectangles = 8; in DEF_TEST()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp600 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()