HomeSort by relevance Sort by last modified time
    Searched full:getprocaddress (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/v8/src/base/platform/
platform-win32.cc     [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 360 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
debug.ipp 138 res = reinterpret_cast<T>( ::GetProcAddress( m, symbol_name ) );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-dlltool.1 220 which in turn will import LoadLibraryA and GetProcAddress from kernel32.
  /toolchain/binutils/binutils-2.25/binutils/
NEWS 75 GetProcAddress from kernel32.
  /external/mdnsresponder/Clients/
dns-sd.c 122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 25 procGetProcAddress = modkernel32.NewProc("GetProcAddress")
208 func GetProcAddress(module Handle, procname string) (proc uintptr, err error) {
    [all...]
syscall_windows.go 145 //sys GetProcAddress(module Handle, procname string) (proc uintptr, err error)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 25 procGetProcAddress = modkernel32.NewProc("GetProcAddress")
208 func GetProcAddress(module Handle, procname string) (proc uintptr, err error) {
    [all...]
syscall_windows.go 145 //sys GetProcAddress(module Handle, procname string) (proc uintptr, err error)
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 538 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 266 fptr = GetProcAddress(handle, func);
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 147 return GetProcAddress (handle, name);
ChangeLog-2010 429 replacement based on GetProcAddress.
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c     [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 53 GetProcAddress(static_cast<HMODULE>(handle),name));
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libGLES_CM_translator.so 
libGLES_V2_translator.so 
  /external/icu/icu4c/source/common/
putil.cpp     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 120 return (PROC) GetProcAddress(glMod, (LPCSTR) name);
    [all...]
ocl.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 488 _PAvRevertMmThreadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThreadCharacteristics");
489 _PAvSetMmThreadCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThreadCharacteristicsA");
490 _PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPriority");
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]

Completed in 2478 milliseconds

1 2 3 4 56 7 8