Home
last modified time | relevance | path

Searched refs:onIsWindowRectanglesSupportedForRT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h207 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
621 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/third_party/skia/src/gpu/gl/
DGrGLCaps.h523 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp4545 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps