/third_party/skia/docs/examples/ |
D | Surface_MakeFromBackendTexture.cpp | 21 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(direct, in draw()
|
/third_party/skia/tools/fiddle/ |
D | draw.cpp | 41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture( in draw()
|
D | documumentation_examples_map.txt | 3895 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context, const GrBackendTexture& backendT…
|
/third_party/skia/tests/ |
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()
|
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()
|
D | VkHardwareBufferTest.cpp | 297 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fDirectContext, in importHardwareBufferForWrite() 975 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fDirectContext.get(), in importHardwareBufferForWrite()
|
D | GrMipMappedTest.cpp | 70 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | BackendAllocationTest.cpp | 82 sk_sp<SkSurface> surf = SkSurface::MakeFromBackendTexture(dContext, in test_wrapping()
|
/third_party/skia/tools/gpu/ |
D | BackendSurfaceFactory.cpp | 38 return SkSurface::MakeFromBackendTexture(dContext, in MakeBackendTextureSurface()
|
/third_party/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 155 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in setupSurfaces()
|
/third_party/skia/src/image/ |
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/include/core/ |
D | SkSurface.h | 212 static sk_sp<SkSurface> MakeFromBackendTexture(GrRecordingContext* context,
|
/third_party/skia/tools/ |
D | DDLTileHelper.cpp | 123 return SkSurface::MakeFromBackendTexture(rContext, in makeWrappedTileDest()
|
/third_party/skia/src/gpu/ |
D | GrRecordingContextPriv.cpp | 317 return skgpu::v1::SurfaceDrawContext::MakeFromBackendTexture(this->context(), in makeSFCFromBackendTexture()
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 8 MakeFromBackendTexture, MakeFromBackendRenderTarget, MakeRenderTarget, 274 2) Make a SkSurface around result texture using SkSurface::MakeFromBackendTexture 277 5) Optional: SkImage::MakeFromBackendTexture() to use as SkImage. 374 2) Make a SkSurface around result texture using SkSurface::MakeFromBackendTexture 377 5) Optional: SkImage::MakeFromBackendTexture() to use as SkImage.
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 121 static std::unique_ptr<SurfaceDrawContext> MakeFromBackendTexture(
|
D | SurfaceDrawContext.cpp | 262 std::unique_ptr<SurfaceDrawContext> SurfaceDrawContext::MakeFromBackendTexture( in MakeFromBackendTexture() function in skgpu::v1::SurfaceDrawContext
|
/third_party/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 366 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in createBuffers()
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 217 2) Make a SkSurface around result texture using SkSurface::MakeFromBackendTexture 220 5) Optional: SkImage::MakeFromBackendTexture() to use as SkImage.
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 83686 + auto surface = SkSurface::MakeFromBackendTexture(
|