Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldefines.h47 #define _EGL_MAX_PBUFFER_HEIGHT 4096 macro
Deglsurface.c447 surf->Height = MIN2(surf->Height, _EGL_MAX_PBUFFER_HEIGHT); in _eglInitSurface()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c97 base.MaxPbufferHeight = _EGL_MAX_PBUFFER_HEIGHT; in wgl_add_config()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c529 base.MaxPbufferHeight = _EGL_MAX_PBUFFER_HEIGHT; in dri2_add_config()