/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/ |
H A D | GrSurface.h | 120 typedef void* ReleaseCtx; typedef 121 typedef void (*ReleaseProc)(ReleaseCtx); 123 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease() 166 ReleaseCtx fReleaseCtx;
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/ |
H A D | GrTexture.h | 63 typedef void* ReleaseCtx; typedef 64 typedef void (*ReleaseProc)(ReleaseCtx); 65 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/ |
H A D | GrSurface.h | 55 typedef void* ReleaseCtx; typedef 56 typedef void (*ReleaseProc)(ReleaseCtx); 57 SK_API void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/ |
H A D | GrSurface.h | 55 typedef void* ReleaseCtx; typedef 56 typedef void (*ReleaseProc)(ReleaseCtx); 57 SK_API void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ |
H A D | GrSurface.h | 52 typedef void* ReleaseCtx; typedef 53 typedef void (*ReleaseProc)(ReleaseCtx); 54 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/ |
H A D | GrSurface.h | 55 typedef void* ReleaseCtx; typedef 56 typedef void (*ReleaseProc)(ReleaseCtx); 57 SK_API void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/ |
H A D | GrSurface.h | 55 typedef void* ReleaseCtx; typedef 56 typedef void (*ReleaseProc)(ReleaseCtx); 57 SK_API void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ |
H A D | GrSurface.h | 51 typedef void* ReleaseCtx; typedef 52 typedef void (*ReleaseProc)(ReleaseCtx); 53 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 83 typedef void* ReleaseCtx; typedef 84 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 145 typedef void* ReleaseCtx; typedef 146 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 152 typedef void* ReleaseCtx; typedef 153 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 145 typedef void* ReleaseCtx; typedef 146 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 145 typedef void* ReleaseCtx; typedef 146 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 145 typedef void* ReleaseCtx; typedef 146 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/ |
H A D | GrVkImage.h | 145 typedef void* ReleaseCtx; typedef 146 typedef void (*ReleaseProc)(ReleaseCtx);
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/ |
H A D | GrTypesPriv.h | 1255 typedef void* ReleaseCtx; typedef 1256 typedef void (*ReleaseProc)(ReleaseCtx); 1258 GrReleaseProcHelper(ReleaseProc proc, ReleaseCtx ctx) : fReleaseProc(proc), fReleaseCtx(ctx) {} in GrReleaseProcHelper() 1265 ReleaseCtx fReleaseCtx;
|