Searched refs:_eglQuerySurface (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglfallbacks.c | 71 drv->API.QuerySurface = _eglQuerySurface;
|
| H A D | eglsurface.h | 182 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
|
| H A D | eglsurface.c | 429 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, function in typeref:typename:EGLBoolean
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglsurface.h | 189 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
|
| H A D | eglsurface.c | 457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, function in typeref:typename:EGLBoolean
|
| H A D | eglapi.c | 1228 ret = _eglQuerySurface(disp, surf, attribute, value);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.3.rst | 109 - egl: fix \_eglQuerySurface in EGL_BUFFER_AGE_EXT case
|
| H A D | 20.3.0.rst | 1675 - egl: replace \_EGLDriver with \_EGLDisplay->Driver in \_eglQuerySurface()
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 473 return _eglQuerySurface(drv, disp, surf, attribute, value);
|
| H A D | platform_android.c | 1006 return _eglQuerySurface(drv, disp, surf, attribute, value);
|
| H A D | platform_x11.c | 460 return _eglQuerySurface(drv, disp, surf, attribute, value);
|
| H A D | egl_dri2.c | 2105 return _eglQuerySurface(drv, disp, surf, attribute, value);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 481 return _eglQuerySurface(disp, surf, attribute, value);
|
| H A D | platform_android.c | 1094 return _eglQuerySurface(disp, surf, attribute, value);
|
| H A D | platform_x11.c | 453 return _eglQuerySurface(disp, surf, attribute, value);
|
| H A D | egl_dri2.c | 2478 return _eglQuerySurface(disp, surf, attribute, value);
|
Completed in 30 milliseconds