Home
last modified time | relevance | path

Searched refs:_eglQuerySurface (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL_deprecated.exports35 _eglQuerySurface
/third_party/mesa3d/src/egl/main/
Deglsurface.h187 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
Deglsurface.c457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, in _eglQuerySurface() function
Deglapi.c1249 ret = _eglQuerySurface(disp, surf, attribute, value); in eglQuerySurface()
/third_party/mesa3d/docs/relnotes/
D17.1.3.rst109 - egl: fix \_eglQuerySurface in EGL_BUFFER_AGE_EXT case
D20.3.0.rst1675 - egl: replace \_EGLDriver with \_EGLDisplay->Driver in \_eglQuerySurface()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c497 return _eglQuerySurface(disp, surf, attribute, value); in dri3_query_surface()
Dplatform_ohos.c717 return _eglQuerySurface(disp, surf, attribute, value); in ohos_query_surface()
Dplatform_android.c1110 return _eglQuerySurface(disp, surf, attribute, value); in droid_query_surface()
Dplatform_x11.c474 return _eglQuerySurface(disp, surf, attribute, value); in dri2_query_surface()
Degl_dri2.c2501 return _eglQuerySurface(disp, surf, attribute, value); in dri2_query_surface()