Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.h31 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*); typedef
47 getProcAddressType getProcAddress;
69 getProcAddressType getProcAddress);
DLoader.cpp369 getProcAddressType getProcAddress) in init_api()
726 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress"); in initialize_api()