Searched refs:MakeFromBackendTexture (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkSurface.h89 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext*, const GrBackendTextureDesc&,
98 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
140 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* ctx, const GrBackendTextureDesc& desc, function in class:SkSurface
142 return MakeFromBackendTexture(ctx, desc, nullptr, props);
/external/skia/src/image/
H A DSkSurface_Gpu.cpp206 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, function in class:SkSurface
214 return MakeFromBackendTexture(context, tex, desc.fOrigin, desc.fSampleCnt, colorSpace, props);
217 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex, function in class:SkSurface
H A DSkSurface.cpp237 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTextureDesc&, function in class:SkSurface
242 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&, function in class:SkSurface
/external/skia/tests/
H A DSurfaceTest.cpp601 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(context, backendTex,
909 return SkSurface::MakeFromBackendTexture(context, backendTex,

Completed in 120 milliseconds