Searched refs:QuerySurface (Results 1 - 8 of 8) 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 | eglapi.h | 100 EGLBoolean (*QuerySurface)(_EGLDriver *drv, _EGLDisplay *disp, member in struct:_egl_api
|
| H A D | eglapi.c | 1165 ret = drv->API.QuerySurface(drv, disp, surf, attribute, value);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldriver.h | 109 EGLBoolean (*QuerySurface)(_EGLDisplay *disp, _EGLSurface *surface, member in struct:_egl_driver
|
| H A D | eglapi.c | 1225 if (disp->Driver->QuerySurface) 1226 ret = disp->Driver->QuerySurface(disp, surf, attribute, value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 3325 dri2_drv->API.QuerySurface = dri2_query_surface;
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 3709 .QuerySurface = dri2_query_surface,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 1681 - egl: drop unused \_EGLDriver from QuerySurface()
|
Completed in 23 milliseconds