Home
last modified time | relevance | path

Searched refs:MakeWithData (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tests/
DMallocPixelRefTest.cpp36 SkMallocPixelRef::MakeWithData(info, rowBytes, data)); in DEF_TEST()
45 SkMallocPixelRef::MakeWithData(info, rowBytes, data)); in DEF_TEST()
96 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data); in DEF_TEST()
DBackendAllocationTest.cpp659 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in color_type_backend_allocation_test()
690 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in color_type_backend_allocation_test()
877 return ManagedBackendTexture::MakeWithData(dContext, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
1032 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
DMtlBackendAllocationTest.mm162 return ManagedBackendTexture::MakeWithData(dContext,
DGrMipMappedTest.cpp54 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp358 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tools/gpu/
DBackendTextureImageFactory.cpp22 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage()
52 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage()
DManagedBackendTexture.h28 static sk_sp<ManagedBackendTexture> MakeWithData(GrDirectContext*, Args&&...);
100 inline sk_sp<ManagedBackendTexture> ManagedBackendTexture::MakeWithData(GrDirectContext* dContext, in MakeWithData() function
DManagedBackendTexture.cpp103 return MakeWithData(dContext, in MakeFromPixmap()
DYUVUtils.cpp300 mbets[i] = sk_gpu_test::ManagedBackendTexture::MakeWithData( in ensureYUVImage()
/third_party/skia/include/core/
DSkMallocPixelRef.h40 SK_API sk_sp<SkPixelRef> MakeWithData(const SkImageInfo&, size_t rowBytes, sk_sp<SkData> data);
/third_party/skia/src/core/
DSkMallocPixelRef.cpp54 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info, in MakeWithData() function in SkMallocPixelRef
DSkRuntimeEffect.cpp822 auto fp = GrSkSLFP::MakeWithData(std::move(effect), in make_effect_fp()
1298 auto fp = GrSkSLFP::MakeWithData(sk_ref_sp(this), in makeImage()
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp197 backEndTextureRenderTarget = sk_gpu_test::ManagedBackendTexture::MakeWithData( in setup_backend_objects()
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h108 static std::unique_ptr<GrSkSLFP> MakeWithData(
DGrSkSLFP.cpp265 std::unique_ptr<GrSkSLFP> GrSkSLFP::MakeWithData( in MakeWithData() function in GrSkSLFP