Searched refs:PostSubBufferNV (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 173 EGLBoolean (*PostSubBufferNV)(_EGLDisplay *disp, _EGLSurface *surface, member
|
D | eglapi.c | 2349 ret = disp->Driver->PostSubBufferNV(disp, surf, x, y, width, height); in eglPostSubBufferNV()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 91 EGLBoolean PostSubBufferNV(Thread *thread,
|
D | entry_points_egl_ext_autogen.cpp | 1172 EGL_EVENT(PostSubBufferNV, in EGL_PostSubBufferNV() 1182 ANGLE_EGL_VALIDATE(thread, PostSubBufferNV, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_PostSubBufferNV() 1185 return PostSubBufferNV(thread, dpyPacked, surfacePacked, x, y, width, height); in EGL_PostSubBufferNV()
|
D | egl_ext_stubs.cpp | 234 EGLBoolean PostSubBufferNV(Thread *thread, in PostSubBufferNV() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3728 .PostSubBufferNV = dri2_post_sub_buffer,
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1696 - egl: drop unused \_EGLDriver from PostSubBufferNV()
|