Searched refs:NewFromBackendTexture (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkSurface.h | 95 static SkSurface* NewFromBackendTexture(GrContext*, const GrBackendTextureDesc&, 100 return NewFromBackendTexture(ctx, desc, props); in NewWrappedRenderTarget()
|
/external/skia/src/image/ |
D | SkSurface.cpp | 219 SkSurface* SkSurface::NewFromBackendTexture(GrContext*, const GrBackendTextureDesc&, in NewFromBackendTexture() function in SkSurface
|
D | SkSurface_Gpu.cpp | 156 SkSurface* SkSurface::NewFromBackendTexture(GrContext* context, const GrBackendTextureDesc& desc, in NewFromBackendTexture() function in SkSurface
|
/external/skia/tests/ |
D | SurfaceTest.cpp | 906 SkSurface* surface = SkSurface::NewFromBackendTexture(context, desc, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|