Searched refs:glGetProcAddressREGAL (Results 1 – 2 of 2) sorted by relevance
68 # undef glGetProcAddressREGAL70 extern void * __stdcall glGetProcAddressREGAL(const GLchar *name);71 static void * (__stdcall * regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;73 extern void * glGetProcAddressREGAL(const GLchar *name);74 static void * (*regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;76 # define glGetProcAddressREGAL GLEW_GET_FUN(__glewGetProcAddressREGAL) macro15516 …r = ((glGetProcAddressREGAL = (PFNGLGETPROCADDRESSREGALPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GL_REGAL_proc_address()
18026 #define glGetProcAddressREGAL GLEW_GET_FUN(__glewGetProcAddressREGAL) macro