Searched refs:getProcAddress (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.h55 getProcAddressType getProcAddress; member in class:android::Loader
71 getProcAddressType getProcAddress);
H A DLoader.cpp157 : getProcAddress(NULL) {
254 getProcAddressType getProcAddress)
264 f = getProcAddress(name);
435 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress");
437 ALOGE_IF(!getProcAddress,
450 f = getProcAddress(name);
464 getProcAddress);
471 getProcAddress);
251 init_api(void* dso, char const * const * api, __eglMustCastToProperFunctionPointerType* curr, getProcAddressType getProcAddress) argument
/frameworks/native/opengl/libs/
H A DAndroid.mk30 EGL/getProcAddress.cpp.arm \

Completed in 189 milliseconds