Searched refs:incRefCount (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | syncobj.h | 51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
|
| H A D | syncobj.c | 171 * If "incRefCount" is true, the reference count is incremented, which is 176 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) argument 183 if (incRefCount) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | syncobj.h | 51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
|
| H A D | syncobj.c | 172 * If "incRefCount" is true, the reference count is incremented, which is 177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) argument 184 if (incRefCount) {
|
Completed in 5 milliseconds