Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.c137 surf->PostSubBufferSupportedNV = val; in _eglParseSurfaceAttribList()
301 surf->PostSubBufferSupportedNV = EGL_FALSE; in _eglInitSurface()
388 *value = surface->PostSubBufferSupportedNV; in _eglQuerySurface()
Deglsurface.h100 EGLBoolean PostSubBufferSupportedNV; member
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c321 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE; in dri2_x11_create_surface()