Searched refs:_eglQuerySurface (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglfallbacks.c71 drv->API.QuerySurface = _eglQuerySurface;
H A Deglsurface.h182 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
H A Deglsurface.c429 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, function in typeref:typename:EGLBoolean
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.h189 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
H A Deglsurface.c457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, function in typeref:typename:EGLBoolean
H A Deglapi.c1228 ret = _eglQuerySurface(disp, surf, attribute, value);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.3.rst109 - egl: fix \_eglQuerySurface in EGL_BUFFER_AGE_EXT case
H A D20.3.0.rst1675 - egl: replace \_EGLDriver with \_EGLDisplay->Driver in \_eglQuerySurface()
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c473 return _eglQuerySurface(drv, disp, surf, attribute, value);
H A Dplatform_android.c1006 return _eglQuerySurface(drv, disp, surf, attribute, value);
H A Dplatform_x11.c460 return _eglQuerySurface(drv, disp, surf, attribute, value);
H A Degl_dri2.c2105 return _eglQuerySurface(drv, disp, surf, attribute, value);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c481 return _eglQuerySurface(disp, surf, attribute, value);
H A Dplatform_android.c1094 return _eglQuerySurface(disp, surf, attribute, value);
H A Dplatform_x11.c453 return _eglQuerySurface(disp, surf, attribute, value);
H A Degl_dri2.c2478 return _eglQuerySurface(disp, surf, attribute, value);

Completed in 30 milliseconds