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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DOpenGLShims.cpp46 typedef void* (*glGetProcAddressType) (const char* procName); typedef in namespace:WebCore
50 static glGetProcAddressType getProcAddressFunction = 0;
53 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddress"));
55 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddressARB"));

Completed in 171 milliseconds