Searched refs:textureReleaseProc (Results 1 – 9 of 9) sorted by relevance
/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 | 583 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseTexture() argument 587 textureReleaseProc = textureReleaseProc ? textureReleaseProc : [](void*) {}; in MakePromiseTexture() 588 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, textureContext); in MakePromiseTexture()
|
D | SkSurface.cpp | 357 TextureReleaseProc textureReleaseProc, in replaceBackendTexture() argument 359 return asSB(this)->onReplaceBackendTexture(backendTexture, origin, mode, textureReleaseProc, in replaceBackendTexture()
|
D | SkSurface_Gpu.cpp | 493 SkSurface::TextureReleaseProc textureReleaseProc, in MakeFromBackendTexture() argument 495 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, releaseContext); in MakeFromBackendTexture()
|
/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/include/core/ |
D | SkDeferredDisplayListRecorder.h | 69 PromiseImageTextureReleaseProc textureReleaseProc, 76 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkImage.h | 313 TextureReleaseProc textureReleaseProc = nullptr, 348 TextureReleaseProc textureReleaseProc = nullptr, 419 TextureReleaseProc textureReleaseProc = nullptr, 496 PromiseImageTextureReleaseProc textureReleaseProc, 525 PromiseImageTextureReleaseProc textureReleaseProc,
|
D | SkSurface.h | 218 TextureReleaseProc textureReleaseProc = nullptr, 575 TextureReleaseProc textureReleaseProc = nullptr,
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1237 …Type alphaType, sk_sp<SkColorSpace> colorSpace, TextureReleaseProc textureReleaseProc, ReleaseCont…
|