Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h159 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
550 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/third_party/skia/src/gpu/
DGrCaps.h207 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
619 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h464 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp3753 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps
/third_party/skia/src/gpu/gl/
DGrGLCaps.h523 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp4515 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps