Home
last modified time | relevance | path

Searched refs:MakeWithData (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tools/gpu/
H A DBackendTextureImageFactory.cpp22 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage()
52 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage()
H A DManagedBackendTexture.h28 static sk_sp<ManagedBackendTexture> MakeWithData(GrDirectContext*, Args&&...);
100 inline sk_sp<ManagedBackendTexture> ManagedBackendTexture::MakeWithData(GrDirectContext* dContext, in MakeWithData() function in sk_gpu_test::ManagedBackendTexture
H A DManagedBackendTexture.cpp103 return MakeWithData(dContext, in MakeFromPixmap()
H A DYUVUtils.cpp300 mbets[i] = sk_gpu_test::ManagedBackendTexture::MakeWithData( in ensureYUVImage()
/third_party/skia/tests/
H A 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()
H A 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()
H A DGrMipMappedTest.cpp54 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DGrSurfaceTest.cpp358 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/include/core/
H A DSkMallocPixelRef.h40 SK_API sk_sp<SkPixelRef> MakeWithData(const SkImageInfo&, size_t rowBytes, sk_sp<SkData> data);
/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp54 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info, in MakeWithData() function in SkMallocPixelRef
H A 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/
H A Dfiddle_main.cpp197 backEndTextureRenderTarget = sk_gpu_test::ManagedBackendTexture::MakeWithData( in setup_backend_objects()
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.h108 static std::unique_ptr<GrSkSLFP> MakeWithData(
H A DGrSkSLFP.cpp265 std::unique_ptr<GrSkSLFP> GrSkSLFP::MakeWithData( in MakeWithData() function in GrSkSLFP

Completed in 12 milliseconds