Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.h28 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*); typedef
44 getProcAddressType getProcAddress;
65 getProcAddressType getProcAddress);
DLoader.cpp388 getProcAddressType getProcAddress) in init_api()
701 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress"); in initialize_api()