Home
last modified time | relevance | path

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

/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/base/opengl/libs/EGL/
DeglApi.cpp544 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()
Degl_object.h207 typedef egl_context_t::Ref ContextRef; typedef