Searched refs:MakeFromBackendTexture (Results 1 - 16 of 16) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Surface_MakeFromBackendTexture.cpp | 21 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(direct, in REG_FIDDLE()
|
/third_party/skia/tools/fiddle/ |
H A D | draw.cpp | 41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture( in draw()
|
/third_party/skia/tools/gpu/ |
H A D | BackendSurfaceFactory.cpp | 38 return SkSurface::MakeFromBackendTexture(dContext, in MakeBackendTextureSurface()
|
/third_party/skia/tests/ |
H A D | DMSAATest.cpp | 245 auto surface = SkSurface::MakeFromBackendTexture(context, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 267 auto surface = SkSurface::MakeFromBackendTexture(context, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | GrMipMappedTest.cpp | 70 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | VkHardwareBufferTest.cpp | 297 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fDirectContext, in importHardwareBufferForWrite() 975 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fDirectContext.get(), in importHardwareBufferForWrite()
|
H A D | SurfaceTest.cpp | 940 surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1039 auto surf = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1075 surf = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | BackendAllocationTest.cpp | 82 sk_sp<SkSurface> surf = SkSurface::MakeFromBackendTexture(dContext, in test_wrapping()
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 486 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrRecordingContext* rContext, in MakeFromBackendTexture() function in SkSurface 689 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(dContext, backendTexture, in MakeFromAHardwareBuffer()
|
/third_party/skia/tools/sk_app/win/ |
H A D | D3D12WindowContext_win.cpp | 155 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in setupSurfaces()
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 212 static sk_sp<SkSurface> MakeFromBackendTexture(GrRecordingContext* context, 557 /** If the surface was made via MakeFromBackendTexture then it's backing texture may be
|
/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.cpp | 317 return skgpu::v1::SurfaceDrawContext::MakeFromBackendTexture(this->context(), in makeSFCFromBackendTexture()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 122 static std::unique_ptr<SurfaceDrawContext> MakeFromBackendTexture(
|
H A D | SurfaceDrawContext.cpp | 264 std::unique_ptr<SurfaceDrawContext> SurfaceDrawContext::MakeFromBackendTexture( in MakeFromBackendTexture() function in skgpu::v1::SurfaceDrawContext
|
/third_party/skia/tools/ |
H A D | DDLTileHelper.cpp | 123 return SkSurface::MakeFromBackendTexture(rContext, in makeWrappedTileDest()
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 366 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in createBuffers()
|
Completed in 19 milliseconds