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

  /external/skia/tests/
VkWrapTests.cpp 124 gpu->wrapRenderableBackendTexture(origBackendTex, 1, kBorrow_GrWrapOwnership);
132 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
134 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
143 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
145 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
GrSurfaceTest.cpp 59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
  /external/skqp/tests/
VkWrapTests.cpp 124 gpu->wrapRenderableBackendTexture(origBackendTex, 1, kBorrow_GrWrapOwnership);
132 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
134 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
143 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
145 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership);
GrSurfaceTest.cpp 59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership);
  /external/skia/src/gpu/
GrResourceProvider.h 98 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
GrResourceProvider.cpp 247 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex,
254 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership);
GrGpu.h 120 * Implements GrResourceProvider::wrapRenderableBackendTexture
122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
GrGpu.cpp 133 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex,
GrProxyProvider.cpp 495 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex,
  /external/skqp/src/gpu/
GrResourceProvider.h 95 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
GrResourceProvider.cpp 255 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex,
262 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership);
GrGpu.h 120 * Implements GrResourceProvider::wrapRenderableBackendTexture
122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
GrGpu.cpp 188 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex,
GrProxyProvider.cpp 444 sk_sp<GrTexture> texture(fResourceProvider->wrapRenderableBackendTexture(tex, sampleCnt));

Completed in 1731 milliseconds