Searched refs:ContextRef (Results 1 – 3 of 3) sorted by relevance
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
544 ContextRef _c(ctx); in eglDestroyContext()565 ContextRef _cur_c(cur_c); in loseCurrent()595 ContextRef _c(ctx); in eglMakeCurrent()699 ContextRef _c(ctx); in eglQueryContext()1237 ContextRef _c(ctx); in eglCreateImageKHR()1345 ContextRef _c(ctx); in eglCreateSyncKHR()1373 ContextRef _c(ctx); in eglDestroySyncKHR()1400 ContextRef _c(ctx); in eglClientWaitSyncKHR()1426 ContextRef _c(ctx); in eglGetSyncAttribKHR()
207 typedef egl_context_t::Ref ContextRef; typedef