Home
last modified time | relevance | path

Searched refs:renderingDirectly (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrProxyProvider.h271 bool renderingDirectly() const;
DGrProxyProvider.cpp53 if (this->renderingDirectly()) { in ~GrProxyProvider()
307 if (!this->renderingDirectly() && !bitmap.isImmutable()) { in createProxyFromBitmap()
1040 bool GrProxyProvider::renderingDirectly() const { in renderingDirectly() function in GrProxyProvider