Searched refs:PFNEGLCHOOSECONFIGPROC (Results 1 – 14 of 14) sorted by relevance
13 PFNEGLCHOOSECONFIGPROC l_EGL_ChooseConfig;126 l_EGL_ChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("EGL_ChooseConfig")); in LoadEGL_EGL()
126 ANGLE_NO_EXPORT extern PFNEGLCHOOSECONFIGPROC l_EGL_ChooseConfig;
13 ANGLE_UTIL_EXPORT PFNEGLCHOOSECONFIGPROC l_eglChooseConfig;131 l_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadEGL()
127 ANGLE_UTIL_EXPORT extern PFNEGLCHOOSECONFIGPROC l_eglChooseConfig;
13 ANGLE_TRACE_LOADER_EXPORT PFNEGLCHOOSECONFIGPROC t_eglChooseConfig;136 t_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadEGL()
127 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLCHOOSECONFIGPROC t_eglChooseConfig;
17 typedef EGLBoolean (*PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, typedef
93 PFNEGLCHOOSECONFIGPROC chooseConfigPtr;
125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… typedef
106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… typedef
22 PFNEGLCHOOSECONFIGPROC epoxy_eglChooseConfig;3940 static PFNEGLCHOOSECONFIGPROC5487 PFNEGLCHOOSECONFIGPROC epoxy_eglChooseConfig = epoxy_eglChooseConfig_global_rewrite_ptr;
225 typedef EGLBoolean (EGLAPIENTRY * PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint * attrib_… typedef2300 EGLEW_FUN_EXPORT PFNEGLCHOOSECONFIGPROC __eglewChooseConfig;
858 typedef EGLBoolean (GLAPIENTRY *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list,… typedef
17366 PFNEGLCHOOSECONFIGPROC __eglewChooseConfig = NULL;17672 …r = ((eglChooseConfig = (PFNEGLCHOOSECONFIGPROC)glewGetProcAddress((const GLubyte*)"eglChooseConfi… in _glewInit_EGL_VERSION_1_0()