HomeSort by relevance Sort by last modified time
    Searched refs:wrapBackendTexture (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/tests/
VkWrapTests.cpp 45 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership,
55 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo,
58 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
69 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo,
72 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
82 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
GrTestingBackendTextureUploadTest.cpp 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership,
RectangleTextureTest.cpp 138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture(
GrSurfaceTest.cpp 283 auto proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin,
328 proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin,
348 texture = context->priv().resourceProvider()->wrapBackendTexture(
    [all...]
ProxyTest.cpp 296 // Tests wrapBackendTexture that is only renderable
322 // Tests wrapBackendTexture that is only textureable
330 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture(
ResourceAllocatorTest.cpp 72 auto tmp = proxyProvider->wrapBackendTexture(*backendTex, p.fOrigin, kBorrow_GrWrapOwnership,
  /external/skqp/tests/
VkWrapTests.cpp 45 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership,
55 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo,
58 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
69 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo,
72 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
82 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo,
GrTestingBackendTextureUploadTest.cpp 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership,
RectangleTextureTest.cpp 138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture(
GrSurfaceTest.cpp 281 auto proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin,
326 proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin,
366 auto texture = context->contextPriv().resourceProvider()->wrapBackendTexture(
  /external/skia/tools/gpu/
ProxyUtils.cpp 40 proxy = context->priv().proxyProvider()->wrapBackendTexture(
  /external/skqp/tools/gpu/
ProxyUtils.cpp 38 proxy = context->contextPriv().proxyProvider()->wrapBackendTexture(
  /external/skia/src/gpu/
GrProxyProvider.h 111 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
GrResourceProvider.h 106 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
121 * similar to wrapBackendTexture but can be used to draw into surfaces
GrResourceProvider.cpp 217 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex,
225 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType);
GrAHardwareBufferImageGenerator.cpp 174 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture(
GrBackendTextureImageGenerator.cpp 171 tex = resourceProvider->wrapBackendTexture(
GrGpu.h 107 * Implements GrResourceProvider::wrapBackendTexture
109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
  /external/skqp/src/gpu/
GrProxyProvider.h 115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
GrResourceProvider.h 109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
124 * similar to wrapBackendTexture but can be used to draw into surfaces
GrResourceProvider.cpp 236 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex,
244 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType);
GrBackendTextureImageGenerator.cpp 172 tex = resourceProvider->wrapBackendTexture(
GrGpu.h 105 * Implements GrResourceProvider::wrapBackendTexture
107 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
  /external/skia/src/image/
SkImage_GpuBase.cpp 317 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture(
498 if ((tex = resourceProvider->wrapBackendTexture(
  /external/skqp/src/image/
SkImage_GpuBase.cpp 306 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture(
495 if ((tex = resourceProvider->wrapBackendTexture(

Completed in 910 milliseconds

1 2