Searched refs:ReleaseCtx (Results 1 – 5 of 5) sorted by relevance
56 typedef void* ReleaseCtx; typedef57 typedef void (*ReleaseProc)(ReleaseCtx);58 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
51 typedef void* ReleaseCtx; typedef52 typedef void (*ReleaseProc)(ReleaseCtx);53 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
154 typedef void* ReleaseCtx; typedef155 typedef void (*ReleaseProc)(ReleaseCtx);
130 typedef void* ReleaseCtx; typedef131 typedef void (*ReleaseProc)(ReleaseCtx);
1554 typedef void* ReleaseCtx; typedef1555 typedef void (*ReleaseProc)(ReleaseCtx);1557 GrReleaseProcHelper(ReleaseProc proc, ReleaseCtx ctx) : fReleaseProc(proc), fReleaseCtx(ctx) { in GrReleaseProcHelper()1564 ReleaseCtx fReleaseCtx;