Home
last modified time | relevance | path

Searched defs:TextureReleaseProc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/include/gpu/graphite/
H A DSurface.h27 using TextureReleaseProc = void (*)(ReleaseContext); variable
H A DImage.h35 using TextureReleaseProc = void (*)(ReleaseContext); variable
/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/
H A DSkiaBackendTexture.h50 using TextureReleaseProc = void (*)(ReleaseContext); variable
/aosp_15_r20/external/skia/include/gpu/ganesh/
H A DSkImageGanesh.h45 using TextureReleaseProc = void (*)(ReleaseContext); variable
H A DSkSurfaceGanesh.h37 using TextureReleaseProc = void (*)(ReleaseContext); variable
/aosp_15_r20/external/skia/include/core/
H A DSkSurface.h251 using TextureReleaseProc = void (*)(ReleaseContext); variable
/aosp_15_r20/external/skia/src/image/
H A DSkSurface_Base.h48 TextureReleaseProc, in replaceBackendTexture() argument