Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc95 bool LoadDLFunction(void** func_handle, in LoadDLFunction() argument
98 *func_handle = dlsym(dl_handle, func_name); in LoadDLFunction()
99 if (*func_handle == NULL) { in LoadDLFunction()