Searched refs:peekProxy (Results 1 – 22 of 22) sorted by relevance
31 GrTextureProxy* peekProxy() const override { in peekProxy() function
34 GrTextureProxy* peekProxy() const override { return this->asTextureProxyRef().get(); } in peekProxy() function
56 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
600 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()619 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
253 GrTextureProxy* proxy = this->peekProxy(); in onGetTexture()
142 GrSurfaceProxy* imageProxy = ((SkImage_Base*) image.get())->peekProxy(); in onCopyOnWrite()
36 GrTextureProxy* peekProxy() const override;
59 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
708 ctx->priv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()727 ctx->priv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
107 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy() function in SkImage_GpuYUVA
261 GrTextureProxy* proxy = this->peekProxy(); in onGetTexture()
147 GrSurfaceProxy* imageProxy = ((SkImage_Base*) image.get())->peekProxy(); in onCopyOnWrite()
119 GrTextureProxy* proxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()270 texProxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
428 as_IB(texImage)->peekProxy()->mipMapped() != mipMapped && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()434 GrSurfaceProxy* origProxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()435 GrSurfaceProxy* copyProxy = as_IB(texImage)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1000 GrTextureProxy* backingProxy = ((SkImage_GpuBase*) image.get())->peekProxy(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
537 return ((SkImage_Gpu*)image)->peekProxy()->isBudgeted(); in is_budgeted()
789 GrTextureProxy* backingProxy = ((SkImage_GpuBase*) image.get())->peekProxy(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
226 SkASSERT(!yuva->peekProxy()); in PromiseImageCreator()227 SkASSERT(!yuva->peekProxy()); // the first call didn't force a conversion to RGBA in PromiseImageCreator()