| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_semaphoreobjects.c | 53 st_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument 61 st_import_semaphoreobj_fd(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument 78 st_server_wait_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument 125 st_server_signal_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_semaphoreobjects.c | 53 st_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument 61 st_import_semaphoreobj_fd(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument 78 st_server_wait_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument 127 st_server_signal_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shared.c | 327 struct gl_semaphore_object *semObj = (struct gl_semaphore_object *) data; local in function:delete_semaphore_object_cb
|
| H A D | externalobjects.c | 719 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_WaitSemaphoreEXT 780 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_SignalSemaphoreEXT 561 _mesa_delete_semaphore_object(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument 879 struct gl_semaphore_object *semObj = _mesa_lookup_semaphore_object(ctx, local in function:_mesa_ImportSemaphoreFdEXT [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shared.c | 325 struct gl_semaphore_object *semObj = (struct gl_semaphore_object *) data; local in function:delete_semaphore_object_cb
|
| H A D | externalobjects.c | 715 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_WaitSemaphoreEXT 775 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_SignalSemaphoreEXT 559 _mesa_delete_semaphore_object(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument 873 struct gl_semaphore_object *semObj = _mesa_lookup_semaphore_object(ctx, local in function:_mesa_ImportSemaphoreFdEXT [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 100 intel_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument 107 intel_semaphoreobj_import(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument 125 intel_semaphoreobj_signal(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument 143 intel_semaphoreobj_wait(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument
|