Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.c183 surf->PostSubBufferSupportedNV = val; in _eglParseSurfaceAttribList()
338 surf->PostSubBufferSupportedNV = EGL_FALSE; in _eglInitSurface()
410 *value = surface->PostSubBufferSupportedNV; in _eglQuerySurface()
Deglsurface.h77 EGLBoolean PostSubBufferSupportedNV; member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c302 gsurf->base.PostSubBufferSupportedNV = EGL_TRUE; in egl_g3d_create_surface()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c252 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE; in dri2_create_surface()