Home
last modified time | relevance | path

Searched refs:numActiveProxies (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp158 int numActiveProxies; in onPrepareDraws() local
159 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in onPrepareDraws()
160 for (int i = 0; i < numActiveProxies; ++i) { in onPrepareDraws()
190 views, numActiveProxies, GrSamplerState::Filter::kLinear, in onPrepareDraws()
202 views, numActiveProxies, GrSamplerState::Filter::kNearest, in onPrepareDraws()
545 int numActiveProxies; in flush() local
546 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in flush()
549 if (gp->numTextureSamplers() != numActiveProxies) { in flush()
550 for (int i = gp->numTextureSamplers(); i < numActiveProxies; ++i) { in flush()
560 views, numActiveProxies, GrSamplerState::Filter::kLinear); in flush()
[all …]
DSmallPathAtlasMgr.h71 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() argument
72 *numActiveProxies = fAtlas->numActivePages(); in getViews()
/third_party/skia/src/gpu/text/
DGrAtlasManager.h37 const GrSurfaceProxyView* getViews(GrMaskFormat format, unsigned int* numActiveProxies) { in getViews() argument
40 *numActiveProxies = this->getAtlas(format)->numActivePages(); in getViews()
43 *numActiveProxies = 0; in getViews()
/third_party/skia/src/gpu/
DGrDirectContextPriv.cpp167 unsigned int numActiveProxies; in testingOnly_getFontAtlasImage() local
168 const GrSurfaceProxyView* views = atlasManager->getViews(format, &numActiveProxies); in testingOnly_getFontAtlasImage()
169 if (index >= numActiveProxies || !views || !views[index].proxy()) { in testingOnly_getFontAtlasImage()