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