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.h167 typedef egl_context_t::Ref ContextRef; typedef in namespace:android
H A Degl_display.cpp322 ContextRef _cur_c(cur_c);
348 ContextRef _cur_c(cur_c);
H A DeglApi.cpp628 if (!ContextRef(dp.get(), share_list).get()) {
672 ContextRef _c(dp.get(), ctx);
701 ContextRef _c(dp.get(), ctx);
791 ContextRef _c(dp.get(), ctx);
1386 ContextRef _c(dp.get(), ctx);

Completed in 121 milliseconds