Lines Matching defs:genProxy
165 GrSurfaceProxy* genProxy = genView.proxy();
167 REPORTER_ASSERT(reporter, genProxy);
168 if (!genProxy) {
172 if (genProxy->isLazy()) {
173 genProxy->priv().doLazyInstantiation(dContext->priv().resourceProvider());
174 } else if (!genProxy->isInstantiated()) {
175 genProxy->instantiate(dContext->priv().resourceProvider());
178 REPORTER_ASSERT(reporter, genProxy->isInstantiated());
179 if (!genProxy->isInstantiated()) {
183 GrTexture* genTexture = genProxy->peekTexture();