HomeSort by relevance Sort by last modified time
    Searched refs:dlsym (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 48 (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"),
51 (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"),
53 (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"),
55 (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"),
57 (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"),
59 (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"),
60 .AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(
62 .AllocationAdapterOffset = (AllocationAdapterOffsetFnPtr)dlsym(
64 .AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(
66 .AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 25 ptr = dlsym(gles_android,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr);
26 ptr = dlsym(gles_android,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr);
27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
28 ptr = dlsym(gles_android,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr);
29 ptr = dlsym(gles_android,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr);
30 ptr = dlsym(gles_android,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr);
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
32 ptr = dlsym(gles_android,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t)ptr);
33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
34 ptr = dlsym(gles_android,"eglCreatePbufferSurface"); disp->set_eglCreatePbufferSurface((eglCreatePbufferSurfac (…)
    [all...]
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);
26 ptr = dlsym(gles_android,"glClearColor"); disp->set_glClearColor((glClearColor_t)ptr);
27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr);
28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr);
29 ptr = dlsym(gles_android,"glColor4f"); disp->set_glColor4f((glColor4f_t)ptr);
30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);
31 ptr = dlsym(gles_android,"glFogf"); disp->set_glFogf((glFogf_t)ptr);
32 ptr = dlsym(gles_android,"glFogfv"); disp->set_glFogfv((glFogfv_t)ptr);
33 ptr = dlsym(gles_android,"glFrustumf"); disp->set_glFrustumf((glFrustumf_t)ptr);
34 ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((glGetClipPlanef_t)ptr)
    [all...]
ApiInitializer.h 36 symbol = dlsym(m_dso, name);
  /external/vulkan-validation-layers/common/
vulkan_wrapper.cpp 30 vkCreateInstance = reinterpret_cast<PFN_vkCreateInstance>(dlsym(libvulkan, "vkCreateInstance"));
31 vkDestroyInstance = reinterpret_cast<PFN_vkDestroyInstance>(dlsym(libvulkan, "vkDestroyInstance"));
32 vkEnumeratePhysicalDevices = reinterpret_cast<PFN_vkEnumeratePhysicalDevices>(dlsym(libvulkan, "vkEnumeratePhysicalDevices"));
33 vkGetPhysicalDeviceFeatures = reinterpret_cast<PFN_vkGetPhysicalDeviceFeatures>(dlsym(libvulkan, "vkGetPhysicalDeviceFeatures"));
34 vkGetPhysicalDeviceFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceFormatProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceFormatProperties"));
35 vkGetPhysicalDeviceImageFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceImageFormatProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties"));
36 vkGetPhysicalDeviceProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceProperties"));
37 vkGetPhysicalDeviceQueueFamilyProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceQueueFamilyProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties"));
38 vkGetPhysicalDeviceMemoryProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceMemoryProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceMemoryProperties"));
39 vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(dlsym(libvulkan, "vkGetInstanceProcAddr"))
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 29 dispatchTab.SetNativeLibDir = (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir");
36 dispatchTab.Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData");
37 dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData");
40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead");
41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData");
42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead");
43 dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAdapterCreate");
44 dispatchTab.AllocationAdapterOffset = (AllocationAdapterOffsetFnPtr)dlsym(handle, "rsAllocationAdapterOffset")
    [all...]
  /bionic/tests/libs/
dlsym_from_this_functions.cpp 25 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol"));
35 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol2"));
45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol"));
check_rtld_next_from_library.cpp 23 g_libc_close_ptr = dlsym(RTLD_NEXT, "close");
  /external/fio/os/windows/posix/include/
dlfcn.h 8 void *dlsym(void *restrict handle, const char *restrict name);
  /external/libxml2/os400/dlfcn/
dlfcn.h 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
28 extern void * dlsym(void * handle, const char * symbol);
  /external/skia/src/ports/
SkOSLibrary_posix.cpp 19 return dlsym(library, functionName);
  /external/conscrypt/common/src/jni/main/cpp/
CompatibilityCloseMonitor.cpp 34 (acm_ctor_func)dlsym(lib, "_ZN24AsynchronousCloseMonitorC1Ei");
36 (acm_dtor_func)dlsym(lib, "_ZN24AsynchronousCloseMonitorD1Ev");
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain3.c 53 p = dlsym (h, "foo");
62 f = dlsym (h, "get_foo_p");
69 ret = dlsym (h, "ret_foo");
84 f = dlsym (h, "get_foo_hidden_p");
91 ret = dlsym (h, "ret_foo_hidden");
104 f = dlsym (h, "get_foo_protected_p");
111 ret = dlsym (h, "ret_foo_protected");
  /external/smali/deodexerant/
deodexerant.c 55 dvmGetInlineOpsTablePtr dvmGetInlineOpsTable = dlsym(libdvm, "dvmGetInlineOpsTable");
60 dvmGetInlineOpsTable = dlsym(libdvm, "_Z20dvmGetInlineOpsTablev");
69 dvmGetInlineOpsTableLengthPtr dvmGetInlineOpsTableLength = dlsym(libdvm, "dvmGetInlineOpsTableLength");
74 dvmGetInlineOpsTableLength = dlsym(libdvm, "_Z26dvmGetInlineOpsTableLengthv");
  /system/extras/f2fs_utils/
f2fs_dlutils.c 59 f2fs_format_device_dl = dlsym(f2fs_lib, "f2fs_format_device");
60 f2fs_init_configuration_dl = dlsym(f2fs_lib, "f2fs_init_configuration");
  /external/e2fsprogs/lib/ss/
get_readline.c 81 dlsym(handle, "readline");
83 dlsym(handle, "add_history");
85 dlsym(handle, "rl_forced_update_display");
88 dlsym(handle, "rl_completion_matches");
89 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
92 dlsym(handle, "rl_attempted_completion_function")) != NULL)
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 42 api->drm_keep_alive = (drm_keep_alive_t) dlsym(api->handle, "drm_keep_alive");
44 ALOGE("%s: couldn't dlsym drm_keep_alive in %s : %s",
48 api->drm_start_playback = (drm_start_playback_t) dlsym(api->handle, "drm_start_playback");
50 ALOGE("%s: couldn't dlsym drm_start_playback in %s : %s",
54 api->drm_stop_playback = (drm_stop_playback_t) dlsym(api->handle, "drm_stop_playback");
56 ALOGE("%s: couldn't dlsym drm_stop_playback in %s : %s",
60 api->drm_pr_return_naluheaders = (drm_pr_return_naluheaders_t) dlsym(api->handle,
63 ALOGE("%s: couldn't dlsym drm_pr_return_naluheaders in %s : %s",
68 (drm_wv_return_naluheaders_t) dlsym(api->handle, "drm_wv_return_naluheaders");
70 ALOGE("%s: couldn't dlsym drm_wv_return_naluheaders in %s : %s"
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 28 void *dlsym();
29 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
30 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 30 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
35 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
coverage-direct-activation.cc 53 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
coverage-direct.cc 77 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
main.c 16 void (*test)(void) = dlsym(handle, "test");
  /external/compiler-rt/lib/interception/
interception_linux.cc 18 #include <dlfcn.h> // for dlsym() and dlvsym()
23 *func_addr = (uptr)dlsym(RTLD_NEXT, func_name);
  /external/compiler-rt/test/tsan/Darwin/
dlopen.cc 31 void (*foo)() = (void (*)())dlsym(handle, "foo");
  /external/iproute2/include/
dlfcn.h 23 static inline void *dlsym(void *handle, const char *sym) function

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>