Searched refs:wrapBackendTexture (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureProvider.cpp126 GrTexture* GrTextureProvider::wrapBackendTexture(const GrBackendTextureDesc& desc, function in class:GrTextureProvider
132 return fGpu->wrapBackendTexture(desc, ownership);
H A DGrGpu.h100 * Implements GrTextureProvider::wrapBackendTexture
102 GrTexture* wrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership);
H A DGrGpu.cpp161 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc, GrWrapOwnership ownership) { function in class:GrGpu
/external/skia/include/gpu/
H A DGrTextureProvider.h91 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc,
96 * similar to wrapBackendTexture but can be used to draw into surfaces
/external/skia/tests/
H A DGrSurfaceTest.cpp56 GrSurface* texRT2 = context->textureProvider()->wrapBackendTexture(
H A DEGLImageTest.cpp172 context0->textureProvider()->wrapBackendTexture(externalDesc));
182 context0->textureProvider()->wrapBackendTexture(externalDesc));
191 context0->textureProvider()->wrapBackendTexture(externalDesc));
H A DRectangleTextureTest.cpp186 context->textureProvider()->wrapBackendTexture(rectangleDesc));
H A DResourceCacheTest.cpp212 SkAutoTUnref<GrTexture> borrowed(context->textureProvider()->wrapBackendTexture(
216 SkAutoTUnref<GrTexture> adopted(context->textureProvider()->wrapBackendTexture(
H A DSurfaceTest.cpp438 GrTexture* texture = context->textureProvider()->wrapBackendTexture(desc);
H A DGrPorterDuffTest.cpp1170 SkAutoTUnref<GrTexture> fakeTexture(ctx->textureProvider()->wrapBackendTexture(fakeDesc,
/external/skia/src/image/
H A DSkImage_Gpu.cpp161 SkAutoTUnref<GrTexture> tex(ctx->textureProvider()->wrapBackendTexture(desc, ownership));
189 SkAutoTUnref<GrTexture> src(ctx->textureProvider()->wrapBackendTexture(
240 SkAutoTUnref<GrTexture> yTex(ctx->textureProvider()->wrapBackendTexture(
242 SkAutoTUnref<GrTexture> uTex(ctx->textureProvider()->wrapBackendTexture(
244 SkAutoTUnref<GrTexture> vTex(ctx->textureProvider()->wrapBackendTexture(
H A DSkSurface_Gpu.cpp164 SkAutoTUnref<GrSurface> surface(context->textureProvider()->wrapBackendTexture(desc,

Completed in 567 milliseconds