Searched refs:clCreateEventFromEGLSyncKHR (Results 1 – 17 of 17) sorted by relevance
105 clCreateEventFromEGLSyncKHR(cl_context context,
1250 cl_api_clCreateEventFromEGLSyncKHR clCreateEventFromEGLSyncKHR; member
167 clCreateEventFromEGLSyncKHR(
234 clCreateEventFromEGLSyncKHR_t *clCreateEventFromEGLSyncKHR; member
173 clCreateEventFromEGLSyncKHR(
229 LoadFunction(clCreateEventFromEGLSyncKHR); in LoadOpenCLFunctions()359 PFN_clCreateEventFromEGLSyncKHR clCreateEventFromEGLSyncKHR; in LoadOpenCLFunctions() variable
83 cl_event new_event = clCreateEventFromEGLSyncKHR( in CreateClEventFromEglSync()
674 extern PFN_clCreateEventFromEGLSyncKHR clCreateEventFromEGLSyncKHR;
134 KHR_ICD_CHECK_EXTENSION_FUNCTION(clCreateEventFromEGLSyncKHR); in khrIcdGetExtensionFunctionAddress()
6080 CL_API_ENTRY cl_event CL_API_CALL clCreateEventFromEGLSyncKHR( in clCreateEventFromEGLSyncKHR() function6088 return khrFirstLayer->dispatch.clCreateEventFromEGLSyncKHR( in clCreateEventFromEGLSyncKHR()6095 KHR_ICD_VALIDATE_POINTER_RETURN_HANDLE(context->dispatch->clCreateEventFromEGLSyncKHR); in clCreateEventFromEGLSyncKHR()6096 return context->dispatch->clCreateEventFromEGLSyncKHR( in clCreateEventFromEGLSyncKHR()6110 KHR_ICD_VALIDATE_POINTER_RETURN_HANDLE(context->dispatch->clCreateEventFromEGLSyncKHR); in clCreateEventFromEGLSyncKHR_disp()6111 return context->dispatch->clCreateEventFromEGLSyncKHR( in clCreateEventFromEGLSyncKHR_disp()
273 dispatch.clCreateEventFromEGLSyncKHR = &clCreateEventFromEGLSyncKHR_wrap;
147 clCreateEventFromEGLSyncKHR: None,
2283 return tdispatch->clCreateEventFromEGLSyncKHR( in clCreateEventFromEGLSyncKHR_wrap()2709 dispatch.clCreateEventFromEGLSyncKHR = &clCreateEventFromEGLSyncKHR_wrap; in _init_dispatch()