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

  /external/skia/tests/
VkWrapTests.cpp 41 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership);
49 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership);
51 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
60 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership);
62 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
70 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
ResourceCacheTest.cpp 227 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture(
230 sk_sp<GrTexture> adopted(resourceProvider->wrapBackendTexture(
    [all...]
  /external/skqp/tests/
VkWrapTests.cpp 41 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership);
49 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership);
51 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
60 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership);
62 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
70 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership);
ResourceCacheTest.cpp 226 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture(
229 sk_sp<GrTexture> adopted(resourceProvider->wrapBackendTexture(
    [all...]
  /external/skia/src/gpu/
GrResourceProvider.h 90 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
104 * similar to wrapBackendTexture but can be used to draw into surfaces
GrResourceProvider.cpp 238 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex,
244 return fGpu->wrapBackendTexture(tex, ownership);
GrAHardwareBufferImageGenerator.cpp 225 sk_sp<GrTexture> tex = context->contextPriv().resourceProvider()->wrapBackendTexture(
GrBackendTextureImageGenerator.cpp 163 tex = resourceProvider->wrapBackendTexture(backendTexture,
GrGpu.h 115 * Implements GrResourceProvider::wrapBackendTexture
117 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership);
GrGpu.cpp 116 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex,
GrProxyProvider.cpp 434 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture(backendTex,
  /external/skqp/src/gpu/
GrResourceProvider.h 87 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
101 * similar to wrapBackendTexture but can be used to draw into surfaces
GrResourceProvider.cpp 246 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex,
252 return fGpu->wrapBackendTexture(tex, ownership);
GrAHardwareBufferImageGenerator.cpp 225 sk_sp<GrTexture> tex = context->contextPriv().resourceProvider()->wrapBackendTexture(
GrBackendTextureImageGenerator.cpp 163 tex = resourceProvider->wrapBackendTexture(backendTexture,
GrGpu.h 115 * Implements GrResourceProvider::wrapBackendTexture
117 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership);
GrGpu.cpp 171 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex,
GrProxyProvider.cpp 411 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture(backendTex,

Completed in 847 milliseconds