Searched refs:clRetainContext (Results 1 – 9 of 9) sorted by relevance
75 clRetainContext
83 #define clRetainContext clRetainContext_ macro253 #undef clRetainContext254 #define clRetainContext clRetainContext_pfn macro357 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainContext)(cl_context);
231 #undef clRetainContext232 #define clRetainContext clRetainContext_fn macro233 inline cl_int clRetainContext(cl_context p0) { return clRetainContext_pfn(p0); } in clRetainContext() function
78 clRetainContext(cl_context ctx) { in clRetainContext() function
517 cl_int (CL_API_CALL*clRetainContext)(cl_context) =519 … struct DynamicFnEntry clRetainContext_definition = { "clRetainContext", (void**)&clRetainContext};
491 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
1030 { return ::clRetainContext(context); } in retain()
627 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
1605 { return ::clRetainContext(context); } in retain()