Home
last modified time | relevance | path

Searched refs:PostSubBufferSupportedNV (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglsurface.c244 surf->PostSubBufferSupportedNV = val; in _eglParseSurfaceAttribList()
420 surf->PostSubBufferSupportedNV = EGL_FALSE; in _eglInitSurface()
550 *value = surface->PostSubBufferSupportedNV; in _eglQuerySurface()
Deglsurface.h170 EGLBoolean PostSubBufferSupportedNV; member
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c344 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE; in dri2_x11_create_surface()