Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader.cpp28 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/
DBitReader.cpp28 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/
Degl_display.cpp363 ContextRef _cur_c(cur_c); in loseCurrentImpl()
389 ContextRef _cur_c(cur_c); in makeCurrent()
Degl_object.h215 typedef egl_context_t::Ref ContextRef; typedef
DeglApi.cpp918 if (!ContextRef(dp.get(), share_list).get()) { in eglCreateContext()
958 ContextRef _c(dp.get(), ctx); in eglDestroyContext()
987 ContextRef _c(dp.get(), ctx); in eglMakeCurrent()
1062 ContextRef _c2(dp.get(), cur_c); in eglMakeCurrent()
1105 ContextRef _c(dp.get(), ctx); in eglQueryContext()
1745 ContextRef _c(dp.get(), ctx); in eglCreateImageKHR()