Home
last modified time | relevance | path

Searched refs:peekProxy (Results 1 – 22 of 22) sorted by relevance

/external/skqp/src/image/
DSkImage_Gpu.h31 GrTextureProxy* peekProxy() const override { in peekProxy() function
DSkImage_GpuYUVA.h34 GrTextureProxy* peekProxy() const override { return this->asTextureProxyRef().get(); } in peekProxy() function
DSkImage_Base.h56 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
DSkImage_Gpu.cpp600 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
619 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
DSkImage_GpuBase.cpp253 GrTextureProxy* proxy = this->peekProxy(); in onGetTexture()
DSkSurface_Gpu.cpp142 GrSurfaceProxy* imageProxy = ((SkImage_Base*) image.get())->peekProxy(); in onCopyOnWrite()
/external/skia/src/image/
DSkImage_Gpu.h31 GrTextureProxy* peekProxy() const override { in peekProxy() function
DSkImage_GpuYUVA.h36 GrTextureProxy* peekProxy() const override;
DSkImage_Base.h59 virtual GrTextureProxy* peekProxy() const { return nullptr; } in peekProxy() function
DSkImage_Gpu.cpp708 ctx->priv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
727 ctx->priv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
DSkImage_GpuYUVA.cpp107 GrTextureProxy* SkImage_GpuYUVA::peekProxy() const { in peekProxy() function in SkImage_GpuYUVA
DSkImage_GpuBase.cpp261 GrTextureProxy* proxy = this->peekProxy(); in onGetTexture()
DSkSurface_Gpu.cpp147 GrSurfaceProxy* imageProxy = ((SkImage_Base*) image.get())->peekProxy(); in onCopyOnWrite()
/external/skqp/tests/
DGrMipMappedTest.cpp119 GrTextureProxy* proxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
270 texProxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageTest.cpp428 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()
DDeferredDisplayListTest.cpp1000 GrTextureProxy* backingProxy = ((SkImage_GpuBase*) image.get())->peekProxy(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DSurfaceTest.cpp537 return ((SkImage_Gpu*)image)->peekProxy()->isBudgeted(); in is_budgeted()
/external/skia/tests/
DGrMipMappedTest.cpp119 GrTextureProxy* proxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
270 texProxy = as_IB(image)->peekProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageTest.cpp428 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()
DDeferredDisplayListTest.cpp789 GrTextureProxy* backingProxy = ((SkImage_GpuBase*) image.get())->peekProxy(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DSurfaceTest.cpp537 return ((SkImage_Gpu*)image)->peekProxy()->isBudgeted(); in is_budgeted()
/external/skia/tools/
DDDLPromiseImageHelper.cpp226 SkASSERT(!yuva->peekProxy()); in PromiseImageCreator()
227 SkASSERT(!yuva->peekProxy()); // the first call didn't force a conversion to RGBA in PromiseImageCreator()