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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DOpenGLShims.cpp64 static void* lookupOpenGLFunctionAddress(const char* functionName, bool* success = 0) function in namespace:WebCore
111 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName, &success))
116 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName))

Completed in 84 milliseconds