Searched refs:numActiveProxies (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 158 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 …]
|
D | SmallPathAtlasMgr.h | 71 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() argument 72 *numActiveProxies = fAtlas->numActivePages(); in getViews()
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.h | 37 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/ |
D | GrDirectContextPriv.cpp | 167 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()
|