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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DOpenGLShims.cpp50 static glGetProcAddressType getProcAddressFunction = 0; local
53 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddress"));
54 if (!getProcAddressFunction)
55 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddressARB"));
58 if (!getProcAddressFunction)
60 return getProcAddressFunction(procName);

Completed in 74 milliseconds