HomeSort by relevance Sort by last modified time
    Searched refs:fMaxWindowRectangles (Results 1 - 10 of 10) sorted by null

  /external/skqp/src/gpu/
GrCaps.cpp 74 fMaxWindowRectangles = 0;
118 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) {
120 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles);
121 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows;
184 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles);
GrReducedClip.h 136 const int fMaxWindowRectangles;
GrReducedClip.cpp 40 , fMaxWindowRectangles(maxWindowRectangles)
44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows);
534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
    [all...]
  /external/skia/src/gpu/
GrCaps.cpp 75 fMaxWindowRectangles = 0;
119 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) {
121 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles);
122 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows;
187 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles);
GrReducedClip.h 136 const int fMaxWindowRectangles;
GrReducedClip.cpp 40 , fMaxWindowRectangles(maxWindowRectangles)
44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows);
534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {
    [all...]
  /external/skqp/include/gpu/
GrCaps.h 143 int maxWindowRectangles() const { return fMaxWindowRectangles; }
247 int fMaxWindowRectangles;
  /external/skia/include/gpu/
GrCaps.h 150 int maxWindowRectangles() const { return fMaxWindowRectangles; }
307 int fMaxWindowRectangles;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 511 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLCaps.cpp 505 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles);
    [all...]

Completed in 325 milliseconds