Searched refs:onIsWindowRectanglesSupportedForRT (Results 1 – 3 of 3) sorted by relevance
217 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()630 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
526 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
4615 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps