Searched refs:getProcAddressType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.h40 typedef __eglMustCastToProperFunctionPointerType (*getProcAddressType)( typedef in class:android::Loader
55 getProcAddressType getProcAddress;
71 getProcAddressType getProcAddress);
H A DLoader.cpp254 getProcAddressType getProcAddress)
435 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress");

Completed in 49 milliseconds