Searched refs:ContextRef (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h180 typedef egl_context_t::Ref ContextRef; typedef in namespace:android
H A Degl_display.cpp316 ContextRef _cur_c(cur_c);
342 ContextRef _cur_c(cur_c);
H A DeglApi.cpp693 if (!ContextRef(dp.get(), share_list).get()) {
733 ContextRef _c(dp.get(), ctx);
762 ContextRef _c(dp.get(), ctx);
837 ContextRef _c2(dp.get(), cur_c);
880 ContextRef _c(dp.get(), ctx);
1511 ContextRef _c(dp.get(), ctx);

Completed in 1848 milliseconds