Searched refs:MakeWithData (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/tests/ |
D | MallocPixelRefTest.cpp | 36 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()
|
D | BackendAllocationTest.cpp | 659 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()
|
D | MtlBackendAllocationTest.mm | 162 return ManagedBackendTexture::MakeWithData(dContext,
|
D | GrMipMappedTest.cpp | 54 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 358 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/tools/gpu/ |
D | BackendTextureImageFactory.cpp | 22 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage() 52 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage()
|
D | ManagedBackendTexture.h | 28 static sk_sp<ManagedBackendTexture> MakeWithData(GrDirectContext*, Args&&...); 100 inline sk_sp<ManagedBackendTexture> ManagedBackendTexture::MakeWithData(GrDirectContext* dContext, in MakeWithData() function
|
D | ManagedBackendTexture.cpp | 103 return MakeWithData(dContext, in MakeFromPixmap()
|
D | YUVUtils.cpp | 300 mbets[i] = sk_gpu_test::ManagedBackendTexture::MakeWithData( in ensureYUVImage()
|
/third_party/skia/include/core/ |
D | SkMallocPixelRef.h | 40 SK_API sk_sp<SkPixelRef> MakeWithData(const SkImageInfo&, size_t rowBytes, sk_sp<SkData> data);
|
/third_party/skia/src/core/ |
D | SkMallocPixelRef.cpp | 54 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info, in MakeWithData() function in SkMallocPixelRef
|
D | SkRuntimeEffect.cpp | 822 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/ |
D | fiddle_main.cpp | 197 backEndTextureRenderTarget = sk_gpu_test::ManagedBackendTexture::MakeWithData( in setup_backend_objects()
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.h | 108 static std::unique_ptr<GrSkSLFP> MakeWithData(
|
D | GrSkSLFP.cpp | 265 std::unique_ptr<GrSkSLFP> GrSkSLFP::MakeWithData( in MakeWithData() function in GrSkSLFP
|