Home
last modified time | relevance | path

Searched refs:_EGLProc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglapi.c2313 _EGLProc function; in eglGetProcAddress()
2319 { "eglBindAPI", (_EGLProc) eglBindAPI }, in eglGetProcAddress()
2320 { "eglBindTexImage", (_EGLProc) eglBindTexImage }, in eglGetProcAddress()
2321 { "eglChooseConfig", (_EGLProc) eglChooseConfig }, in eglGetProcAddress()
2322 { "eglCopyBuffers", (_EGLProc) eglCopyBuffers }, in eglGetProcAddress()
2323 { "eglCreateContext", (_EGLProc) eglCreateContext }, in eglGetProcAddress()
2324 { "eglCreatePbufferFromClientBuffer", (_EGLProc) eglCreatePbufferFromClientBuffer }, in eglGetProcAddress()
2325 { "eglCreatePbufferSurface", (_EGLProc) eglCreatePbufferSurface }, in eglGetProcAddress()
2326 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface }, in eglGetProcAddress()
2327 { "eglCreateWindowSurface", (_EGLProc) eglCreateWindowSurface }, in eglGetProcAddress()
[all …]
Deglapi.h42 typedef void (*_EGLProc)(void); typedef
121 _EGLProc (*GetProcAddress)(_EGLDriver *drv, const char *procname);
Degldriver.c317 _EGLProc proc = NULL; in _eglGetDriverProc()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h84 _EGLProc (*get_proc_address)(const char *procname);
Degl_dri2.c1370 static _EGLProc
2902 dri2_drv->get_proc_address = (_EGLProc (*)(const char *)) in dri2_load()