/third_party/flutter/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 35 PromiseImageTextureReleaseProc textureReleaseProc, in makePromiseTexture() argument 52 PromiseImageTextureReleaseProc textureReleaseProc, in makeYUVAPromiseTexture() argument 243 PromiseImageTextureReleaseProc textureReleaseProc, in makePromiseTexture() argument 261 textureReleaseProc, in makePromiseTexture() 277 PromiseImageTextureReleaseProc textureReleaseProc, in makeYUVAPromiseTexture() argument 295 textureReleaseProc, in makeYUVAPromiseTexture()
|
/third_party/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 221 PromiseImageTextureReleaseProc textureReleaseProc, in makePromiseTexture() argument 235 textureReleaseProc, in makePromiseTexture() 243 PromiseImageTextureReleaseProc textureReleaseProc, in makeYUVAPromiseTexture() argument 252 textureReleaseProc, in makeYUVAPromiseTexture()
|
/third_party/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 227 TextureReleaseProc textureReleaseProc, in MakeFromYUVATextures() argument 229 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, releaseContext); in MakeFromYUVATextures() 335 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseYUVATexture() argument 346 textureReleaseProc = textureReleaseProc ? textureReleaseProc : [](void*) {}; in MakePromiseYUVATexture() 349 releaseHelpers[i] = GrRefCntedCallback::Make(textureReleaseProc, textureContexts[i]); in MakePromiseYUVATexture()
|
D | SkImage_Gpu.cpp | 580 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseTexture() argument 584 textureReleaseProc = textureReleaseProc ? textureReleaseProc : [](void*) {}; in MakePromiseTexture() 585 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, textureContext); in MakePromiseTexture()
|
D | SkSurface.cpp | 353 TextureReleaseProc textureReleaseProc, in replaceBackendTexture() argument 355 return asSB(this)->onReplaceBackendTexture(backendTexture, origin, mode, textureReleaseProc, in replaceBackendTexture()
|
D | SkSurface_Gpu.cpp | 486 SkSurface::TextureReleaseProc textureReleaseProc, in MakeFromBackendTexture() argument 488 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, releaseContext); in MakeFromBackendTexture()
|
/third_party/skia/include/core/ |
D | SkDeferredDisplayListRecorder.h | 69 PromiseImageTextureReleaseProc textureReleaseProc, 76 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkImage.h | 310 TextureReleaseProc textureReleaseProc = nullptr, 345 TextureReleaseProc textureReleaseProc = nullptr, 416 TextureReleaseProc textureReleaseProc = nullptr, 493 PromiseImageTextureReleaseProc textureReleaseProc, 522 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkSurface.h | 218 TextureReleaseProc textureReleaseProc = nullptr, 575 TextureReleaseProc textureReleaseProc = nullptr,
|
/third_party/flutter/skia/include/core/ |
D | SkDeferredDisplayListRecorder.h | 130 PromiseImageTextureReleaseProc textureReleaseProc, 156 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkSurface.h | 208 TextureReleaseProc textureReleaseProc = nullptr, 436 TextureReleaseProc textureReleaseProc = nullptr, 561 TextureReleaseProc textureReleaseProc = nullptr,
|
D | SkImage.h | 316 TextureReleaseProc textureReleaseProc,
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Gpu.h | 58 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkImage_GpuYUVA.h | 74 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkSurface_Gpu.cpp | 435 TextureReleaseProc textureReleaseProc, in MakeFromBackendTexture() argument 463 c.refColorSpace(), &c.surfaceProps(), textureReleaseProc, releaseContext)); in MakeFromBackendTexture() 530 SkSurface::TextureReleaseProc textureReleaseProc, in MakeFromBackendTexture() argument 549 textureReleaseProc, releaseContext)); in MakeFromBackendTexture()
|
D | SkImage_GpuYUVA.cpp | 308 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseYUVATexture() argument 373 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
|
D | SkSurface.cpp | 410 TextureReleaseProc textureReleaseProc, in replaceBackendTexture() argument 412 return asSB(this)->onReplaceBackendTexture(backendTexture, origin, textureReleaseProc, in replaceBackendTexture()
|
D | SkImage_Gpu.cpp | 419 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseTexture() argument 454 mipMapped, textureFulfillProc, textureReleaseProc, in MakePromiseTexture()
|
/third_party/flutter/skia/site/user/api/ |
D | SkImage_Reference.md | 42 … <a href='#SkImage_TextureReleaseProc'>TextureReleaseProc</a> textureReleaseProc, 589 … <a href='#SkImage_TextureReleaseProc'>TextureReleaseProc</a> textureReleaseProc, 594 …2_textureReleaseProc'>textureReleaseProc</a> is called. <a href='#SkImage_MakeFromTexture_2_textur… 638 … name='SkImage_MakeFromTexture_2_textureReleaseProc'><code><strong>textureReleaseProc</strong></co… 642 …<td>state passed to <a href='#SkImage_MakeFromTexture_2_textureReleaseProc'>textureReleaseProc</a>… 652 …true"><div><a href='#SkImage_MakeFromTexture_2_textureReleaseProc'>textureReleaseProc</a> may be c… 653 <a href='#SkImage_MakeFromTexture_2_textureReleaseProc'>textureReleaseProc</a> has no effect on the…
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1237 …Type alphaType, sk_sp<SkColorSpace> colorSpace, TextureReleaseProc textureReleaseProc, ReleaseCont…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1245 …Type alphaType, sk_sp<SkColorSpace> colorSpace, TextureReleaseProc textureReleaseProc, ReleaseCont…
|