Searched refs:genProxy (Results 1 – 2 of 2) sorted by relevance
147 sk_sp<GrTextureProxy> genProxy = imageGen->generateTexture(context, imageInfo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local150 REPORTER_ASSERT(reporter, genProxy); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()151 if (!genProxy) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()156 if (GrSurfaceProxy::LazyState::kNot != genProxy->lazyInstantiationState()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()157 genProxy->priv().doLazyInstantiation(context->priv().resourceProvider()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()158 } else if (!genProxy->isInstantiated()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()159 genProxy->instantiate(context->priv().resourceProvider()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()162 REPORTER_ASSERT(reporter, genProxy->isInstantiated()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()163 if (!genProxy->isInstantiated()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()168 GrTexture* genTexture = genProxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
147 sk_sp<GrTextureProxy> genProxy = imageGen->generateTexture(context, imageInfo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local150 REPORTER_ASSERT(reporter, genProxy); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()151 if (!genProxy) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()156 if (GrSurfaceProxy::LazyState::kNot != genProxy->lazyInstantiationState()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()157 genProxy->priv().doLazyInstantiation(context->contextPriv().resourceProvider()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()158 } else if (!genProxy->isInstantiated()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()159 genProxy->instantiate(context->contextPriv().resourceProvider()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()162 REPORTER_ASSERT(reporter, genProxy->isInstantiated()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()163 if (!genProxy->isInstantiated()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()168 GrTexture* genTexture = genProxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()