Home
last modified time | relevance | path

Searched refs:wrapRenderableBackendTexture (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/tests/
DVkWrapTests.cpp154 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
163 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
176 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
179 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
189 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test()
198 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DProxyTest.cpp280 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp62 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT()
DBackendAllocationTest.cpp272 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
/third_party/flutter/skia/tests/
DVkWrapTests.cpp144 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
156 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
169 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
178 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
DGrTestingBackendTextureUploadTest.cpp67 wrappedProxy = context->priv().proxyProvider()->wrapRenderableBackendTexture( in testing_only_texture_test()
DProxyTest.cpp318 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp61 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT()
465 texture = context->priv().resourceProvider()->wrapRenderableBackendTexture( in make_wrapped_texture()
/third_party/flutter/skia/tools/gpu/
DProxyUtils.cpp48 proxy = context->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeTextureProxyFromData()
/third_party/skia/src/gpu/
DGrProxyProvider.h129 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrResourceProvider.h165 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp368 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
376 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
DGrRecordingContextPriv.cpp338 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
DGrProxyProvider.cpp595 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
618 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
DGrGpu.h178 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrGpu.cpp327 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
/third_party/flutter/skia/src/gpu/
DGrProxyProvider.h126 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrResourceProvider.h144 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp392 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
401 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, colorType, ownership, cacheable); in wrapRenderableBackendTexture()
DGrGpu.h136 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt,
DGrContextPriv.cpp130 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeBackendTextureRenderTargetContext()
DGrProxyProvider.cpp612 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
640 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex, sampleCnt, in wrapRenderableBackendTexture()
DGrGpu.cpp265 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
/third_party/skia/src/image/
DSkSurface_Gpu.cpp504 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
568 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in onReplaceBackendTexture()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp272 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()