Searched refs:fMaxWindowRectangles (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/ |
D | GrCaps.cpp | 55 fMaxWindowRectangles = 0; in GrCaps() 116 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides() 118 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides() 119 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides() 223 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles); in dumpJSON()
|
D | GrCaps.h | 153 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() 385 int fMaxWindowRectangles; variable
|
D | GrReducedClip.cpp | 40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip() 44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows); in GrReducedClip() 538 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement() 554 if (fWindowRects.count() >= fMaxWindowRectangles) { in clipOutsideElement() 580 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
|
D | GrReducedClip.h | 135 const int fMaxWindowRectangles; variable
|
/external/skia/src/gpu/ |
D | GrCaps.cpp | 70 fMaxWindowRectangles = 0; in GrCaps() 145 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides() 147 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides() 148 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides() 253 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles); in dumpJSON()
|
D | GrReducedClip.cpp | 42 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip() 46 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows); in GrReducedClip() 563 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement() 579 if (fWindowRects.count() >= fMaxWindowRectangles) { in clipOutsideElement() 605 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
|
D | GrCaps.h | 204 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles() 569 int fMaxWindowRectangles; variable
|
D | GrReducedClip.h | 143 const int fMaxWindowRectangles; variable
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
|
/external/skia/include/gpu/mock/ |
D | GrMockTypes.h | 117 int fMaxWindowRectangles = 0; member
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 520 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()
|
/external/skia/tests/ |
D | GrClipStackTest.cpp | 1637 options.fMaxWindowRectangles = 8; in DEF_TEST()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 563 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()
|