Searched refs:ContextRef (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader.cpp | 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument 77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader.cpp | 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument 77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.h | 212 typedef egl_context_t::Ref ContextRef; typedef
|
D | egl_display.cpp | 483 ContextRef _cur_c(cur_c); in loseCurrentImpl() 507 ContextRef _cur_c(cur_c); in makeCurrent()
|
D | egl_platform_entries.cpp | 913 if (!ContextRef(dp, share_list).get()) { in eglCreateContextImpl() 966 ContextRef _c(dp, ctx); in eglDestroyContextImpl() 989 ContextRef _c(dp, ctx); in eglMakeCurrentImpl() 1067 ContextRef _c(dp, ctx); in eglQueryContextImpl() 1647 ContextRef _c(dp, ctx); in eglCreateImageTmpl()
|