Searched refs:PFNEGLRESETSTREAMNVPROC (Results 1 – 7 of 7) sorted by relevance
135 PFNEGLRESETSTREAMNVPROC epoxy_eglResetStreamNV;4822 static PFNEGLRESETSTREAMNVPROC5713 PFNEGLRESETSTREAMNVPROC epoxy_eglResetStreamNV = epoxy_eglResetStreamNV_global_rewrite_ptr;
2163 typedef EGLBoolean (EGLAPIENTRY * PFNEGLRESETSTREAMNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); typedef2457 EGLEW_FUN_EXPORT PFNEGLRESETSTREAMNVPROC __eglewResetStreamNV;
1224 typedef EGLBoolean (EGLAPIENTRYP PFNEGLRESETSTREAMNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); typedef
1276 typedef EGLBoolean (EGLAPIENTRYP PFNEGLRESETSTREAMNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); typedef
1286 typedef EGLBoolean (EGLAPIENTRYP PFNEGLRESETSTREAMNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); typedef
971 typedef EGLBoolean (GLAPIENTRY *PFNEGLRESETSTREAMNVPROC)(EGLDisplay dpy, EGLStreamKHR stream); typedef
17523 PFNEGLRESETSTREAMNVPROC __eglewResetStreamNV = NULL;18280 …r = ((eglResetStreamNV = (PFNEGLRESETSTREAMNVPROC)glewGetProcAddress((const GLubyte*)"eglResetStre… in _glewInit_EGL_NV_stream_reset()