Home
last modified time | relevance | path

Searched refs:glGetProcAddressREGAL (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c68 # undef glGetProcAddressREGAL
70 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) macro
15516 …r = ((glGetProcAddressREGAL = (PFNGLGETPROCADDRESSREGALPROC)glewGetProcAddress((const GLubyte*)"gl… in _glewInit_GL_REGAL_proc_address()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h18026 #define glGetProcAddressREGAL GLEW_GET_FUN(__glewGetProcAddressREGAL) macro