Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.cpp55 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()
DGrCaps.h153 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
385 int fMaxWindowRectangles; variable
DGrReducedClip.cpp40 , 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()
DGrReducedClip.h135 const int fMaxWindowRectangles; variable
/external/skia/src/gpu/
DGrCaps.cpp70 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()
DGrReducedClip.cpp42 , 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()
DGrCaps.h204 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
569 int fMaxWindowRectangles; variable
DGrReducedClip.h143 const int fMaxWindowRectangles; variable
/external/skia/src/gpu/mock/
DGrMockCaps.h25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
/external/skia/include/gpu/mock/
DGrMockTypes.h117 int fMaxWindowRectangles = 0; member
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp520 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()
/external/skia/tests/
DGrClipStackTest.cpp1637 options.fMaxWindowRectangles = 8; in DEF_TEST()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp563 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()