Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h217 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
630 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/external/skia/src/gpu/gl/
DGrGLCaps.h526 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp4615 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps