Searched refs:_eglQuerySurface (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL_deprecated.exports | 35 _eglQuerySurface
|
/third_party/mesa3d/src/egl/main/ |
D | eglsurface.h | 187 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
|
D | eglsurface.c | 457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, in _eglQuerySurface() function
|
D | eglapi.c | 1249 ret = _eglQuerySurface(disp, surf, attribute, value); in eglQuerySurface()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.3.rst | 109 - egl: fix \_eglQuerySurface in EGL_BUFFER_AGE_EXT case
|
D | 20.3.0.rst | 1675 - egl: replace \_EGLDriver with \_EGLDisplay->Driver in \_eglQuerySurface()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11_dri3.c | 497 return _eglQuerySurface(disp, surf, attribute, value); in dri3_query_surface()
|
D | platform_ohos.c | 717 return _eglQuerySurface(disp, surf, attribute, value); in ohos_query_surface()
|
D | platform_android.c | 1110 return _eglQuerySurface(disp, surf, attribute, value); in droid_query_surface()
|
D | platform_x11.c | 474 return _eglQuerySurface(disp, surf, attribute, value); in dri2_query_surface()
|
D | egl_dri2.c | 2501 return _eglQuerySurface(disp, surf, attribute, value); in dri2_query_surface()
|