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

1 2 3 45 6 7 8

  /external/opencv3/modules/cudacodec/src/
video_writer.cpp 747 (Create_OutputMediaStream_FFMPEG_Plugin)GetProcAddress(cvFFOpenCV, "create_OutputMediaStream_FFMPEG");
749 (Release_OutputMediaStream_FFMPEG_Plugin)GetProcAddress(cvFFOpenCV, "release_OutputMediaStream_FFMPEG");
751 (Write_OutputMediaStream_FFMPEG_Plugin)GetProcAddress(cvFFOpenCV, "write_OutputMediaStream_FFMPEG");
    [all...]
  /sdk/find_lock/
find_lock.cpp 163 (NtQuerySystemInformationFuncPtr) GetProcAddress(
167 (NtQueryInformationFileFuncPtr) GetProcAddress(
171 (NtQueryObjectFuncPtr) GetProcAddress(
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 693 m_Functions[i] = GetProcAddress(m_hModule, g_GdipFuncNames[i]);
708 GetProcAddress(m_GdiModule, "AddFontMemResourceEx");
710 GetProcAddress(m_GdiModule, "RemoveFontMemResourceEx");
    [all...]
  /external/curl/lib/
telnet.c     [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 202 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
  /external/lzma/CPP/Windows/
FileDir.cpp 209 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"), "CreateHardLinkW");
  /external/netperf/src/
netcpu_ntperf.c 166 (NT_QUERY_SYSTEM_INFORMATION)GetProcAddress( GetModuleHandle("ntdll.dll"),
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 365 return GetProcAddress(library, name);
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 54 return GetProcAddress (handle, name);
  /external/fio/os/windows/
posix.c 218 fnPtr = GetProcAddress((HMODULE)handle, name);
220 dl_error = (char*)"GetProcAddress failed";
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 379 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"), "K32GetProcessMemoryInfo");
384 my_GetProcessMemoryInfo = (Func_GetProcessMemoryInfo)::GetProcAddress(lib, "GetProcessMemoryInfo");
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 1023 * Called from eglGetProcAddress() via drv->API.GetProcAddress().
    [all...]
  /external/opencv/cxcore/src/
cxswitcher.cpp 320 #define GetProcAddress dlsym
437 addr = (uchar*)GetProcAddress( plugins[idx].handle, name );
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 28 void *__stdcall GetProcAddress(void *module, const char *proc_name);
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 103 return (glw::GenericFuncType)m_egl.getProcAddress(name);
  /external/mesa3d/docs/
egl.html 314 functions (well, except for GetProcAddress which does not take an
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 660 gdrv->base.API.GetProcAddress = egl_g3d_get_proc_address;
  /external/v8/src/third_party/vtune/
ittnotify_config.h 236 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
  /external/webrtc/webrtc/base/
logging.cc 317 (::GetProcAddress(kernel32, "AttachConsole"))) {
  /prebuilts/go/darwin-x86/src/runtime/
os1_windows.go 24 //go:cgo_import_dynamic runtime._GetProcAddress GetProcAddress%2 "kernel32.dll"
  /prebuilts/go/linux-x86/src/runtime/
os1_windows.go 24 //go:cgo_import_dynamic runtime._GetProcAddress GetProcAddress%2 "kernel32.dll"
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 422 func=GetProcAddress(mz_libraries[i],function);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 232 GetProcAddress(dbghelp_module_, "MiniDumpWriteDump"));
241 GetProcAddress(rpcrt4_module_, "UuidCreate"));
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 945 * Called from eglGetProcAddress() via drv->API.GetProcAddress().
    [all...]

Completed in 1854 milliseconds

1 2 3 45 6 7 8