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()
55 typedef void* ReleaseCtx; typedef56 typedef void (*ReleaseProc)(ReleaseCtx);57 void setRelease(ReleaseProc proc, ReleaseCtx ctx) { in setRelease()
130 typedef void* ReleaseCtx; typedef131 typedef void (*ReleaseProc)(ReleaseCtx);
139 typedef void* ReleaseCtx; typedef140 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;