Home
last modified time | relevance | path

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

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