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

  /external/skia/tests/
VkWrapTests.cpp 39 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex,
50 tex = gpu->wrapBackendTexture(backendTex,
56 tex = gpu->wrapBackendTexture(backendTex,
67 tex = gpu->wrapBackendTexture(backendTex,
73 tex = gpu->wrapBackendTexture(backendTex,
82 tex = gpu->wrapBackendTexture(backendTex,
133 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex,
144 tex = gpu->wrapBackendTexture(backendTex,
150 tex = gpu->wrapBackendTexture(backendTex,
161 tex = gpu->wrapBackendTexture(backendTex
    [all...]
GrSurfaceTest.cpp 57 sk_sp<GrSurface> texRT2 = context->resourceProvider()->wrapBackendTexture(
ResourceCacheTest.cpp 230 sk_sp<GrTexture> borrowed(context->resourceProvider()->wrapBackendTexture(
239 sk_sp<GrTexture> adopted(context->resourceProvider()->wrapBackendTexture(
    [all...]
  /external/skia/src/gpu/
GrResourceProvider.h 87 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
95 * similar to wrapBackendTexture but can be used to draw into surfaces
GrResourceProvider.cpp 240 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex,
249 return fGpu->wrapBackendTexture(tex, origin, flags, sampleCnt, ownership);
GrAHardwareBufferImageGenerator.cpp 195 sk_sp<GrTexture> tex = context->resourceProvider()->wrapBackendTexture(backendTex,
GrBackendTextureImageGenerator.cpp 154 tex = context->resourceProvider()->wrapBackendTexture(fBackendTexture, fSurfaceOrigin,
GrGpu.h 119 * Implements GrResourceProvider::wrapBackendTexture
121 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
GrSurfaceProxy.cpp 251 sk_sp<GrTexture> tex(context->resourceProvider()->wrapBackendTexture(
GrGpu.cpp 176 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex,
GrContext.cpp 676 sk_sp<GrSurface> surface(fContext->resourceProvider()->wrapBackendTexture(tex, origin,
699 sk_sp<GrSurface> surface(fContext->resourceProvider()->wrapBackendTexture(tex, origin, kForceRT,
    [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 270 sk_sp<GrTexture> tex = ctx->resourceProvider()->wrapBackendTexture(backendTex,
    [all...]

Completed in 570 milliseconds