HomeSort by relevance Sort by last modified time
    Searched defs:maxWindowRectangles (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 32 if (caps.maxWindowRectangles() > 0) {
59 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
61 ? caps.maxWindowRectangles()
GrClipStackClip.cpp 195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles();
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
GrRenderTargetContext.cpp 592 int GrRenderTargetContextPriv::maxWindowRectangles() const {
593 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles(
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 32 if (caps.maxWindowRectangles() > 0) {
57 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
59 ? caps.maxWindowRectangles()
GrClipStackClip.cpp 195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles();
208 GrReducedClip reducedClip(*fStack, devBounds, caps, maxWindowRectangles, maxAnalyticFPs, ccpr);
GrRenderTargetContext.cpp 590 int GrRenderTargetContextPriv::maxWindowRectangles() const {
591 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles(
    [all...]
  /external/skia/include/gpu/
GrCaps.h 150 int maxWindowRectangles() const { return fMaxWindowRectangles; }
154 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt);
  /external/skqp/include/gpu/
GrCaps.h 143 int maxWindowRectangles() const { return fMaxWindowRectangles; }

Completed in 588 milliseconds