Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h157 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
399 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/external/skia/src/gpu/
DGrCaps.h208 return this->maxWindowRectangles() > 0 && this->onIsWindowRectanglesSupportedForRT(rt); in isWindowRectanglesSupportedForRT()
587 virtual bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const { in onIsWindowRectanglesSupportedForRT() function
/external/skqp/src/gpu/gl/
DGrGLCaps.h456 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp2869 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps
/external/skia/src/gpu/gl/
DGrGLCaps.h486 bool onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget&) const override;
DGrGLCaps.cpp4274 bool GrGLCaps::onIsWindowRectanglesSupportedForRT(const GrBackendRenderTarget& backendRT) const { in onIsWindowRectanglesSupportedForRT() function in GrGLCaps