/external/skia/docs/examples/ |
D | Surface_MakeFromBackendTexture.cpp | 21 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(direct, in draw()
|
/external/skqp/tools/fiddle/ |
D | draw.cpp | 41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture(context, in draw()
|
/external/skia/tools/fiddle/ |
D | draw.cpp | 41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture( in draw()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 508 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrRecordingContext* context, in MakeFromBackendTexture() function in SkSurface 533 auto sdc = GrSurfaceDrawContext::MakeFromBackendTexture( in MakeFromBackendTexture() 590 auto sdc = GrSurfaceDrawContext::MakeFromBackendTexture( in onReplaceBackendTexture() 706 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(dContext, backendTexture, in MakeFromAHardwareBuffer()
|
D | SkSurface.cpp | 398 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrRecordingContext*, const GrBackendTexture&, in MakeFromBackendTexture() function in SkSurface
|
/external/skqp/tests/ |
D | GrMipMappedTest.cpp | 50 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 239 surface = SkSurface::MakeFromBackendTexture(context, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | SurfaceTest.cpp | 106 surf = SkSurface::MakeFromBackendTexture(ctxInfo.grContext(), backendTex, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 134 surf = SkSurface::MakeFromBackendTexture(ctxInfo.grContext(), backendTex, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 206 auto surf = SkSurface::MakeFromBackendTexture(ctxInfo.grContext(), backendTex, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 693 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(context, *outTexture, in create_gpu_surface_backend_texture()
|
D | VkHardwareBufferTest.cpp | 296 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fGrContext, in importHardwareBufferForWrite() 972 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture(fGrContext.get(), in importHardwareBufferForWrite()
|
/external/skia/tools/gpu/ |
D | BackendSurfaceFactory.cpp | 38 return SkSurface::MakeFromBackendTexture(dContext, in MakeBackendTextureSurface()
|
/external/skqp/include/core/ |
D | SkSurface.h | 198 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context,
|
/external/skia/src/gpu/ |
D | GrSurfaceFillContext.cpp | 207 std::unique_ptr<GrSurfaceFillContext> GrSurfaceFillContext::MakeFromBackendTexture( in MakeFromBackendTexture() function in GrSurfaceFillContext 217 return GrSurfaceDrawContext::MakeFromBackendTexture(context, in MakeFromBackendTexture()
|
D | GrSurfaceFillContext.h | 100 static std::unique_ptr<GrSurfaceFillContext> MakeFromBackendTexture(
|
D | GrSurfaceDrawContext.h | 121 static std::unique_ptr<GrSurfaceDrawContext> MakeFromBackendTexture(
|
/external/skia/tests/ |
D | EGLImageTest.cpp | 187 auto temp = GrSurfaceFillContext::MakeFromBackendTexture(context0, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | SurfaceTest.cpp | 942 surface = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1041 auto surf = SkSurface::MakeFromBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1077 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()
|
/external/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 155 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in setupSurfaces()
|
/external/skia/include/core/ |
D | SkSurface.h | 209 static sk_sp<SkSurface> MakeFromBackendTexture(GrRecordingContext* context,
|
/external/skqp/src/image/ |
D | SkSurface.cpp | 308 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&, in MakeFromBackendTexture() function in SkSurface
|
D | SkSurface_Gpu.cpp | 420 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext* context, const GrBackendTexture& tex, in MakeFromBackendTexture() function in SkSurface
|
/external/skia/tools/ |
D | DDLTileHelper.cpp | 124 return SkSurface::MakeFromBackendTexture(rContext, in makeWrappedTileDest()
|
/external/skia/ |
D | RELEASE_NOTES.txt | 185 2) Make a SkSurface around result texture using SkSurface::MakeFromBackendTexture 188 5) Optional: SkImage::MakeFromBackendTexture() to use as SkImage. 285 2) Make a SkSurface around result texture using SkSurface::MakeFromBackendTexture 288 5) Optional: SkImage::MakeFromBackendTexture() to use as SkImage.
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 366 fSurfaces[i] = SkSurface::MakeFromBackendTexture( in createBuffers()
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 229 #Method static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context, 249 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(context, 293 #SeeAlso MakeFromBackendTexture MakeRenderTarget
|