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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DOpenGLShims.cpp41 static void* getProcAddress(const char* procName) function in namespace:WebCore
43 return reinterpret_cast<void*>(QOpenGLContext::currentContext()->getProcAddress(procName));
47 static void* getProcAddress(const char* procName) function in namespace:WebCore
69 void* target = getProcAddress(functionName);
75 target = getProcAddress(fullFunctionName.utf8().data());
81 target = getProcAddress(fullFunctionName.utf8().data());
86 target = getProcAddress(fullFunctionName.utf8().data());
92 target = getProcAddress(fullFunctionName.utf8().data());

Completed in 46 milliseconds