Home
last modified time | relevance | path

Searched refs:textureReleaseProc (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/src/core/
DSkDeferredDisplayListRecorder.cpp35 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/
DSkDeferredDisplayListRecorder.cpp221 PromiseImageTextureReleaseProc textureReleaseProc, in makePromiseTexture() argument
235 textureReleaseProc, in makePromiseTexture()
243 PromiseImageTextureReleaseProc textureReleaseProc, in makeYUVAPromiseTexture() argument
252 textureReleaseProc, in makeYUVAPromiseTexture()
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp227 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()
DSkImage_Gpu.cpp580 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseTexture() argument
584 textureReleaseProc = textureReleaseProc ? textureReleaseProc : [](void*) {}; in MakePromiseTexture()
585 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, textureContext); in MakePromiseTexture()
DSkSurface.cpp353 TextureReleaseProc textureReleaseProc, in replaceBackendTexture() argument
355 return asSB(this)->onReplaceBackendTexture(backendTexture, origin, mode, textureReleaseProc, in replaceBackendTexture()
DSkSurface_Gpu.cpp486 SkSurface::TextureReleaseProc textureReleaseProc, in MakeFromBackendTexture() argument
488 auto releaseHelper = GrRefCntedCallback::Make(textureReleaseProc, releaseContext); in MakeFromBackendTexture()
/third_party/skia/include/core/
DSkDeferredDisplayListRecorder.h69 PromiseImageTextureReleaseProc textureReleaseProc,
76 PromiseImageTextureReleaseProc textureReleaseProc,
DSkImage.h310 TextureReleaseProc textureReleaseProc = nullptr,
345 TextureReleaseProc textureReleaseProc = nullptr,
416 TextureReleaseProc textureReleaseProc = nullptr,
493 PromiseImageTextureReleaseProc textureReleaseProc,
522 PromiseImageTextureReleaseProc textureReleaseProc,
DSkSurface.h218 TextureReleaseProc textureReleaseProc = nullptr,
575 TextureReleaseProc textureReleaseProc = nullptr,
/third_party/flutter/skia/include/core/
DSkDeferredDisplayListRecorder.h130 PromiseImageTextureReleaseProc textureReleaseProc,
156 PromiseImageTextureReleaseProc textureReleaseProc,
DSkSurface.h208 TextureReleaseProc textureReleaseProc = nullptr,
436 TextureReleaseProc textureReleaseProc = nullptr,
561 TextureReleaseProc textureReleaseProc = nullptr,
DSkImage.h316 TextureReleaseProc textureReleaseProc,
/third_party/flutter/skia/src/image/
DSkImage_Gpu.h58 PromiseImageTextureReleaseProc textureReleaseProc,
DSkImage_GpuYUVA.h74 PromiseImageTextureReleaseProc textureReleaseProc,
DSkSurface_Gpu.cpp435 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()
DSkImage_GpuYUVA.cpp308 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseYUVATexture() argument
373 textureReleaseProc, promiseDoneProc, textureContexts[texIdx], version); in MakePromiseYUVATexture()
DSkSurface.cpp410 TextureReleaseProc textureReleaseProc, in replaceBackendTexture() argument
412 return asSB(this)->onReplaceBackendTexture(backendTexture, origin, textureReleaseProc, in replaceBackendTexture()
DSkImage_Gpu.cpp419 PromiseImageTextureReleaseProc textureReleaseProc, in MakePromiseTexture() argument
454 mipMapped, textureFulfillProc, textureReleaseProc, in MakePromiseTexture()
/third_party/flutter/skia/site/user/api/
DSkImage_Reference.md42 … <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/
Ddocumumentation_examples_map.txt1237 …Type alphaType, sk_sp<SkColorSpace> colorSpace, TextureReleaseProc textureReleaseProc, ReleaseCont…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1245 …Type alphaType, sk_sp<SkColorSpace> colorSpace, TextureReleaseProc textureReleaseProc, ReleaseCont…