Searched refs:MakeWrappedBackend (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | RectangleTextureTest.cpp | 131 sk_sp<GrTextureProxy> rectProxy = GrSurfaceProxy::MakeWrappedBackend(context, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | GrPorterDuffTest.cpp | 1073 sk_sp<GrTextureProxy> proxy = GrSurfaceProxy::MakeWrappedBackend(ctx, backendTex,
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 376 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/ |
D | GrSurfaceProxy.h | 203 static sk_sp<GrTextureProxy> MakeWrappedBackend(GrContext*, GrBackendTexture&, GrSurfaceOrigin);
|
/external/skia/src/gpu/ |
D | GrSurfaceProxy.cpp | 248 sk_sp<GrTextureProxy> GrSurfaceProxy::MakeWrappedBackend(GrContext* context, in MakeWrappedBackend() function in GrSurfaceProxy
|