Home
last modified time | relevance | path

Searched refs:PostSubBufferNV (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degldriver.h173 EGLBoolean (*PostSubBufferNV)(_EGLDisplay *disp, _EGLSurface *surface, member
Deglapi.c2349 ret = disp->Driver->PostSubBufferNV(disp, surf, x, y, width, height); in eglPostSubBufferNV()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs_autogen.h91 EGLBoolean PostSubBufferNV(Thread *thread,
Dentry_points_egl_ext_autogen.cpp1172 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()
Degl_ext_stubs.cpp234 EGLBoolean PostSubBufferNV(Thread *thread, in PostSubBufferNV() function
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3728 .PostSubBufferNV = dri2_post_sub_buffer,
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1696 - egl: drop unused \_EGLDriver from PostSubBufferNV()