Home
last modified time | relevance | path

Searched refs:NewFromBackendTexture (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkSurface.h95 static SkSurface* NewFromBackendTexture(GrContext*, const GrBackendTextureDesc&,
100 return NewFromBackendTexture(ctx, desc, props); in NewWrappedRenderTarget()
/external/skia/src/image/
DSkSurface.cpp219 SkSurface* SkSurface::NewFromBackendTexture(GrContext*, const GrBackendTextureDesc&, in NewFromBackendTexture() function in SkSurface
DSkSurface_Gpu.cpp156 SkSurface* SkSurface::NewFromBackendTexture(GrContext* context, const GrBackendTextureDesc& desc, in NewFromBackendTexture() function in SkSurface
/external/skia/tests/
DSurfaceTest.cpp906 SkSurface* surface = SkSurface::NewFromBackendTexture(context, desc, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()