Home
last modified time | relevance | path

Searched refs:MakeWrappedBackend (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DRectangleTextureTest.cpp131 sk_sp<GrTextureProxy> rectProxy = GrSurfaceProxy::MakeWrappedBackend(context, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DGrPorterDuffTest.cpp1073 sk_sp<GrTextureProxy> proxy = GrSurfaceProxy::MakeWrappedBackend(ctx, backendTex,
/external/skia/src/image/
DSkImage_Gpu.cpp376 sk_sp<GrTextureProxy> yProxy = GrSurfaceProxy::MakeWrappedBackend(ctx, yTex, origin); in make_from_yuv_textures_copy()
377 sk_sp<GrTextureProxy> uProxy = GrSurfaceProxy::MakeWrappedBackend(ctx, uTex, origin); in make_from_yuv_textures_copy()
388 vProxy = GrSurfaceProxy::MakeWrappedBackend(ctx, vTex, origin); in make_from_yuv_textures_copy()
/external/skia/include/private/
DGrSurfaceProxy.h203 static sk_sp<GrTextureProxy> MakeWrappedBackend(GrContext*, GrBackendTexture&, GrSurfaceOrigin);
/external/skia/src/gpu/
DGrSurfaceProxy.cpp248 sk_sp<GrTextureProxy> GrSurfaceProxy::MakeWrappedBackend(GrContext* context, in MakeWrappedBackend() function in GrSurfaceProxy